Shades of Golden Brown #8C6508
Tints of Golden Brown #8C6508
RGB
CMYK
RGB Variations
Color information
#8C6508 (or 0x8C6508) is known color: Golden Brown. HEX triplet: 8C, 65 and 08. RGB value is (140,101,8). Sum of RGB (Red+Green+Blue) = 140+101+8=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6508 is #739AF7. Grayscale: #666666. Windows color (decimal): -7576312 or 550284. OLE color: 550284.
HSL color Cylindrical-coordinate representation of color #8C6508: hue angle of 42.27º 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 #8C6508 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 8 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.45 |
| HSL | 42.27º | 0.89% | 0.29% | - |
| HSV(B) | 42.27º | 0.94% | 0.55% | - |
| XYZ | 15.51 | 14.9 | 2.29 | - |
| YUV | 102.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 8 | 0 | 0.28 | 0.94 | 0.45 | 42.27 | 0.89 | 0.29 |
| Hex | 8C | 65 | 8 | 0 | 1C | 5E | 2D | 2A | 59 | 1D |
| Octal | 214 | 145 | 10 | 0 | 34 | 136 | 55 | 52 | 131 | 35 |
| Binary | 10001100 | 1100101 | 1000 | 0 | 11100 | 1011110 | 101101 | 101010 | 1011001 | 11101 |
Color Harmonies of #8C6508
Complementary color
Monochromatic Colors of #8C6508
Black with #8C6508
Text Example
Text Example
White with #8C6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6508; }
p { color: rgb(140,101,8); }
H1.HeaderClassName
{
color: #8C6508;
}
.AnyTagClassName
{
color: #8C6508;
}
</style>
background-color css
<style>
a { background-color: #8C6508; }
a { background-color: rgb(140,101,8); }
div.DivClassName
{
background-color: #8C6508;
}
.BgClassName
{
background-color: #8C6508;
}
</style>
border-color css
<style>
span { border-color: #8C6508; }
span { border-color: rgb(140,101,8); }
td.TdClassName
{
border-color: #8C6508;
}
.TagClassName
{
border-color: #8C6508;
}
</style>