Shades of Dark Brown #614224
Tints of Dark Brown #614224
RGB
CMYK
RGB Variations
Color information
#614224 (or 0x614224) is known color: Dark Brown. HEX triplet: 61, 42 and 24. RGB value is (97,66,36). Sum of RGB (Red+Green+Blue) = 97+66+36=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614224 is #9EBDDB. Grayscale: #474747. Windows color (decimal): -10403292 or 2376289. OLE color: 2376289.
HSL color Cylindrical-coordinate representation of color #614224: hue angle of 29.51º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614224 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 36 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.62 |
| HSL | 29.51º | 0.46% | 0.26% | - |
| HSV(B) | 29.51º | 0.63% | 0.38% | - |
| XYZ | 7.2 | 6.57 | 2.56 | - |
| YUV | 71.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 36 | 0 | 0.32 | 0.63 | 0.62 | 29.51 | 0.46 | 0.26 |
| Hex | 61 | 42 | 24 | 0 | 20 | 3F | 3E | 1E | 2E | 1A |
| Octal | 141 | 102 | 44 | 0 | 40 | 77 | 76 | 36 | 56 | 32 |
| Binary | 1100001 | 1000010 | 100100 | 0 | 100000 | 111111 | 111110 | 11110 | 101110 | 11010 |
Color Harmonies of #614224
Complementary color
Monochromatic Colors of #614224
Black with #614224
Text Example
Text Example
White with #614224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614224; }
p { color: rgb(97,66,36); }
H1.HeaderClassName
{
color: #614224;
}
.AnyTagClassName
{
color: #614224;
}
</style>
background-color css
<style>
a { background-color: #614224; }
a { background-color: rgb(97,66,36); }
div.DivClassName
{
background-color: #614224;
}
.BgClassName
{
background-color: #614224;
}
</style>
border-color css
<style>
span { border-color: #614224; }
span { border-color: rgb(97,66,36); }
td.TdClassName
{
border-color: #614224;
}
.TagClassName
{
border-color: #614224;
}
</style>