Shades of Golden Brown #8C6F08
Tints of Golden Brown #8C6F08
RGB
CMYK
RGB Variations
Color information
#8C6F08 (or 0x8C6F08) is known color: Golden Brown. HEX triplet: 8C, 6F and 08. RGB value is (140,111,8). Sum of RGB (Red+Green+Blue) = 140+111+8=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F08 is #7390F7. Grayscale: #6C6C6C. Windows color (decimal): -7573752 or 552844. OLE color: 552844.
HSL color Cylindrical-coordinate representation of color #8C6F08: hue angle of 46.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C6F08 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 111 | 8 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.45 |
| HSL | 46.82º | 0.89% | 0.29% | - |
| HSV(B) | 46.82º | 0.94% | 0.55% | - |
| XYZ | 16.54 | 16.96 | 2.63 | - |
| YUV | 107.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 8 | 0 | 0.21 | 0.94 | 0.45 | 46.82 | 0.89 | 0.29 |
| Hex | 8C | 6F | 8 | 0 | 15 | 5E | 2D | 2F | 59 | 1D |
| Octal | 214 | 157 | 10 | 0 | 25 | 136 | 55 | 57 | 131 | 35 |
| Binary | 10001100 | 1101111 | 1000 | 0 | 10101 | 1011110 | 101101 | 101111 | 1011001 | 11101 |
Color Harmonies of #8C6F08
Complementary color
Monochromatic Colors of #8C6F08
Black with #8C6F08
Text Example
Text Example
White with #8C6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F08; }
p { color: rgb(140,111,8); }
H1.HeaderClassName
{
color: #8C6F08;
}
.AnyTagClassName
{
color: #8C6F08;
}
</style>
background-color css
<style>
a { background-color: #8C6F08; }
a { background-color: rgb(140,111,8); }
div.DivClassName
{
background-color: #8C6F08;
}
.BgClassName
{
background-color: #8C6F08;
}
</style>
border-color css
<style>
span { border-color: #8C6F08; }
span { border-color: rgb(140,111,8); }
td.TdClassName
{
border-color: #8C6F08;
}
.TagClassName
{
border-color: #8C6F08;
}
</style>