Shades of Golden Brown #8C6418
Tints of Golden Brown #8C6418
RGB
CMYK
RGB Variations
Color information
#8C6418 (or 0x8C6418) is known color: Golden Brown. HEX triplet: 8C, 64 and 18. RGB value is (140,100,24). Sum of RGB (Red+Green+Blue) = 140+100+24=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6418 is #739BE7. Grayscale: #676767. Windows color (decimal): -7576552 or 1598604. OLE color: 1598604.
HSL color Cylindrical-coordinate representation of color #8C6418: hue angle of 39.31º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C6418 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 24 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.45 |
| HSL | 39.31º | 0.71% | 0.32% | - |
| HSV(B) | 39.31º | 0.83% | 0.55% | - |
| XYZ | 15.54 | 14.76 | 2.89 | - |
| YUV | 103.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 24 | 0 | 0.29 | 0.83 | 0.45 | 39.31 | 0.71 | 0.32 |
| Hex | 8C | 64 | 18 | 0 | 1D | 53 | 2D | 27 | 47 | 20 |
| Octal | 214 | 144 | 30 | 0 | 35 | 123 | 55 | 47 | 107 | 40 |
| Binary | 10001100 | 1100100 | 11000 | 0 | 11101 | 1010011 | 101101 | 100111 | 1000111 | 100000 |
Color Harmonies of #8C6418
Complementary color
Monochromatic Colors of #8C6418
Black with #8C6418
Text Example
Text Example
White with #8C6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6418; }
p { color: rgb(140,100,24); }
H1.HeaderClassName
{
color: #8C6418;
}
.AnyTagClassName
{
color: #8C6418;
}
</style>
background-color css
<style>
a { background-color: #8C6418; }
a { background-color: rgb(140,100,24); }
div.DivClassName
{
background-color: #8C6418;
}
.BgClassName
{
background-color: #8C6418;
}
</style>
border-color css
<style>
span { border-color: #8C6418; }
span { border-color: rgb(140,100,24); }
td.TdClassName
{
border-color: #8C6418;
}
.TagClassName
{
border-color: #8C6418;
}
</style>