Shades of Golden Brown #8C6E05
Tints of Golden Brown #8C6E05
RGB
CMYK
RGB Variations
Color information
#8C6E05 (or 0x8C6E05) is known color: Golden Brown. HEX triplet: 8C, 6E and 05. RGB value is (140,110,5). Sum of RGB (Red+Green+Blue) = 140+110+5=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6E05 is #7391FA. Grayscale: #6B6B6B. Windows color (decimal): -7574011 or 355980. OLE color: 355980.
HSL color Cylindrical-coordinate representation of color #8C6E05: hue angle of 46.67º 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 #8C6E05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.45 |
| HSL | 46.67º | 0.93% | 0.28% | - |
| HSV(B) | 46.67º | 0.96% | 0.55% | - |
| XYZ | 16.42 | 16.74 | 2.51 | - |
| YUV | 107 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 5 | 0 | 0.21 | 0.96 | 0.45 | 46.67 | 0.93 | 0.28 |
| Hex | 8C | 6E | 5 | 0 | 15 | 60 | 2D | 2F | 5D | 1C |
| Octal | 214 | 156 | 5 | 0 | 25 | 140 | 55 | 57 | 135 | 34 |
| Binary | 10001100 | 1101110 | 101 | 0 | 10101 | 1100000 | 101101 | 101111 | 1011101 | 11100 |
Color Harmonies of #8C6E05
Complementary color
Monochromatic Colors of #8C6E05
Black with #8C6E05
Text Example
Text Example
White with #8C6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E05; }
p { color: rgb(140,110,5); }
H1.HeaderClassName
{
color: #8C6E05;
}
.AnyTagClassName
{
color: #8C6E05;
}
</style>
background-color css
<style>
a { background-color: #8C6E05; }
a { background-color: rgb(140,110,5); }
div.DivClassName
{
background-color: #8C6E05;
}
.BgClassName
{
background-color: #8C6E05;
}
</style>
border-color css
<style>
span { border-color: #8C6E05; }
span { border-color: rgb(140,110,5); }
td.TdClassName
{
border-color: #8C6E05;
}
.TagClassName
{
border-color: #8C6E05;
}
</style>