Shades of Golden Brown #8C6009
Tints of Golden Brown #8C6009
RGB
CMYK
RGB Variations
Color information
#8C6009 (or 0x8C6009) is known color: Golden Brown. HEX triplet: 8C, 60 and 09. RGB value is (140,96,9). Sum of RGB (Red+Green+Blue) = 140+96+9=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6009 is #739FF6. Grayscale: #636363. Windows color (decimal): -7577591 or 614540. OLE color: 614540.
HSL color Cylindrical-coordinate representation of color #8C6009: hue angle of 39.85º degrees, saturation: 0.88, 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 #8C6009 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 9 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.45 |
| HSL | 39.85º | 0.88% | 0.29% | - |
| HSV(B) | 39.85º | 0.94% | 0.55% | - |
| XYZ | 15.05 | 13.96 | 2.16 | - |
| YUV | 99.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 9 | 0 | 0.31 | 0.94 | 0.45 | 39.85 | 0.88 | 0.29 |
| Hex | 8C | 60 | 9 | 0 | 1F | 5E | 2D | 28 | 58 | 1D |
| Octal | 214 | 140 | 11 | 0 | 37 | 136 | 55 | 50 | 130 | 35 |
| Binary | 10001100 | 1100000 | 1001 | 0 | 11111 | 1011110 | 101101 | 101000 | 1011000 | 11101 |
Color Harmonies of #8C6009
Complementary color
Monochromatic Colors of #8C6009
Black with #8C6009
Text Example
Text Example
White with #8C6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6009; }
p { color: rgb(140,96,9); }
H1.HeaderClassName
{
color: #8C6009;
}
.AnyTagClassName
{
color: #8C6009;
}
</style>
background-color css
<style>
a { background-color: #8C6009; }
a { background-color: rgb(140,96,9); }
div.DivClassName
{
background-color: #8C6009;
}
.BgClassName
{
background-color: #8C6009;
}
</style>
border-color css
<style>
span { border-color: #8C6009; }
span { border-color: rgb(140,96,9); }
td.TdClassName
{
border-color: #8C6009;
}
.TagClassName
{
border-color: #8C6009;
}
</style>