Shades of Golden Brown #8C6F05
Tints of Golden Brown #8C6F05
RGB
CMYK
RGB Variations
Color information
#8C6F05 (or 0x8C6F05) is known color: Golden Brown. HEX triplet: 8C, 6F and 05. RGB value is (140,111,5). Sum of RGB (Red+Green+Blue) = 140+111+5=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F05 is #7390FA. Grayscale: #6C6C6C. Windows color (decimal): -7573755 or 356236. OLE color: 356236.
HSL color Cylindrical-coordinate representation of color #8C6F05: hue angle of 47.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 #8C6F05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 111 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.45 |
| HSL | 47.11º | 0.93% | 0.28% | - |
| HSV(B) | 47.11º | 0.96% | 0.55% | - |
| XYZ | 16.53 | 16.96 | 2.55 | - |
| YUV | 107.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 5 | 0 | 0.21 | 0.96 | 0.45 | 47.11 | 0.93 | 0.28 |
| Hex | 8C | 6F | 5 | 0 | 15 | 60 | 2D | 2F | 5D | 1C |
| Octal | 214 | 157 | 5 | 0 | 25 | 140 | 55 | 57 | 135 | 34 |
| Binary | 10001100 | 1101111 | 101 | 0 | 10101 | 1100000 | 101101 | 101111 | 1011101 | 11100 |
Color Harmonies of #8C6F05
Complementary color
Monochromatic Colors of #8C6F05
Black with #8C6F05
Text Example
Text Example
White with #8C6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F05; }
p { color: rgb(140,111,5); }
H1.HeaderClassName
{
color: #8C6F05;
}
.AnyTagClassName
{
color: #8C6F05;
}
</style>
background-color css
<style>
a { background-color: #8C6F05; }
a { background-color: rgb(140,111,5); }
div.DivClassName
{
background-color: #8C6F05;
}
.BgClassName
{
background-color: #8C6F05;
}
</style>
border-color css
<style>
span { border-color: #8C6F05; }
span { border-color: rgb(140,111,5); }
td.TdClassName
{
border-color: #8C6F05;
}
.TagClassName
{
border-color: #8C6F05;
}
</style>