Shades of Dark Brown #614718
Tints of Dark Brown #614718
RGB
CMYK
RGB Variations
Color information
#614718 (or 0x614718) is known color: Dark Brown. HEX triplet: 61, 47 and 18. RGB value is (97,71,24). Sum of RGB (Red+Green+Blue) = 97+71+24=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #614718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614718 is #9EB8E7. Grayscale: #494949. Windows color (decimal): -10402024 or 1591137. OLE color: 1591137.
HSL color Cylindrical-coordinate representation of color #614718: hue angle of 38.63º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614718 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 24 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.62 |
| HSL | 38.63º | 0.6% | 0.24% | - |
| HSV(B) | 38.63º | 0.75% | 0.38% | - |
| XYZ | 7.35 | 7.11 | 1.85 | - |
| YUV | 73.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 24 | 0 | 0.27 | 0.75 | 0.62 | 38.63 | 0.6 | 0.24 |
| Hex | 61 | 47 | 18 | 0 | 1B | 4B | 3E | 27 | 3C | 18 |
| Octal | 141 | 107 | 30 | 0 | 33 | 113 | 76 | 47 | 74 | 30 |
| Binary | 1100001 | 1000111 | 11000 | 0 | 11011 | 1001011 | 111110 | 100111 | 111100 | 11000 |
Color Harmonies of #614718
Complementary color
Monochromatic Colors of #614718
Black with #614718
Text Example
Text Example
White with #614718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614718; }
p { color: rgb(97,71,24); }
H1.HeaderClassName
{
color: #614718;
}
.AnyTagClassName
{
color: #614718;
}
</style>
background-color css
<style>
a { background-color: #614718; }
a { background-color: rgb(97,71,24); }
div.DivClassName
{
background-color: #614718;
}
.BgClassName
{
background-color: #614718;
}
</style>
border-color css
<style>
span { border-color: #614718; }
span { border-color: rgb(97,71,24); }
td.TdClassName
{
border-color: #614718;
}
.TagClassName
{
border-color: #614718;
}
</style>