Shades of Golden Brown #8C6605
Tints of Golden Brown #8C6605
RGB
CMYK
RGB Variations
Color information
#8C6605 (or 0x8C6605) is known color: Golden Brown. HEX triplet: 8C, 66 and 05. RGB value is (140,102,5). Sum of RGB (Red+Green+Blue) = 140+102+5=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6605 is #7399FA. Grayscale: #666666. Windows color (decimal): -7576059 or 353932. OLE color: 353932.
HSL color Cylindrical-coordinate representation of color #8C6605: hue angle of 43.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C6605 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 5 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.45 |
| HSL | 43.11º | 0.93% | 0.28% | - |
| HSV(B) | 43.11º | 0.96% | 0.55% | - |
| XYZ | 15.59 | 15.09 | 2.23 | - |
| YUV | 102.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 5 | 0 | 0.27 | 0.96 | 0.45 | 43.11 | 0.93 | 0.28 |
| Hex | 8C | 66 | 5 | 0 | 1B | 60 | 2D | 2B | 5D | 1C |
| Octal | 214 | 146 | 5 | 0 | 33 | 140 | 55 | 53 | 135 | 34 |
| Binary | 10001100 | 1100110 | 101 | 0 | 11011 | 1100000 | 101101 | 101011 | 1011101 | 11100 |
Color Harmonies of #8C6605
Complementary color
Monochromatic Colors of #8C6605
Black with #8C6605
Text Example
Text Example
White with #8C6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6605; }
p { color: rgb(140,102,5); }
H1.HeaderClassName
{
color: #8C6605;
}
.AnyTagClassName
{
color: #8C6605;
}
</style>
background-color css
<style>
a { background-color: #8C6605; }
a { background-color: rgb(140,102,5); }
div.DivClassName
{
background-color: #8C6605;
}
.BgClassName
{
background-color: #8C6605;
}
</style>
border-color css
<style>
span { border-color: #8C6605; }
span { border-color: rgb(140,102,5); }
td.TdClassName
{
border-color: #8C6605;
}
.TagClassName
{
border-color: #8C6605;
}
</style>