Color #611918

HEX

#611918

RGB

(97, 25, 24)

Quick Actions

Color Values

Color Space Values
RGB
R: 97, G: 25, B: 24 (38%, 10%, 9%)
CMYK C: 0%, M: 74%, Y: 75%, K: 62%
HSL H: 1°, S: 60%, L: 24%
HSV H: 1°, S: 75%, V: 38%
CIE-LAB L: 21.21, a: 32.31, b: 19.52
CIE-LCH L: 21.21, C: 37.75, H: 31.14
Hunter-Lab L: 18.17, a: 20.62, b: 8.05
Web Safe
#660000
Complementary
#186061

#611918 is a color with RGB values of 97 red, 25 green, and 24 blue (38%, 10%, 9% respectively). In the CMYK color space, it consists of 0% cyan, 74% magenta, 75% yellow, and 62% black. The color has a hue angle of 1°, 60% saturation, and 24% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #660000. The complementary color is #186061, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #611918

Explore different variations of #611918 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #611918. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #611918

Explore different color combinations and harmonies that work well with #611918.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #611918

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #611918

Text with #611918

This text has a font color of #611918.

<span style="color:#611918;">Text here</span>
.text { color: #611918; }

#611918 background color

This paragraph has a background color of #611918.

<p style="background-color:#611918;">Content here</p>
.background { background-color: #611918; }

#611918 border color

This element has a border color of #611918.
<div style="border:1px solid #611918;">Content here</div>
.border { border: 1px solid #611918; }

#611918 box shadow

This element has a box shadow using #611918.
<div style="box-shadow: 0 4px 6px -1px #61191880">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #61191880; }
Copied to clipboard!