Shades of Golden Brown #8D6E05
Tints of Golden Brown #8D6E05
RGB
CMYK
RGB Variations
Color information
#8D6E05 (or 0x8D6E05) is known color: Golden Brown. HEX triplet: 8D, 6E and 05. RGB value is (141,110,5). Sum of RGB (Red+Green+Blue) = 141+110+5=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E05 is #7291FA. Grayscale: #6B6B6B. Windows color (decimal): -7508475 or 355981. OLE color: 355981.
HSL color Cylindrical-coordinate representation of color #8D6E05: hue angle of 46.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D6E05 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 5 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.45 |
| HSL | 46.32º | 0.93% | 0.29% | - |
| HSV(B) | 46.32º | 0.96% | 0.55% | - |
| XYZ | 16.59 | 16.83 | 2.52 | - |
| YUV | 107.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 5 | 0 | 0.22 | 0.96 | 0.45 | 46.32 | 0.93 | 0.29 |
| Hex | 8D | 6E | 5 | 0 | 16 | 60 | 2D | 2E | 5D | 1D |
| Octal | 215 | 156 | 5 | 0 | 26 | 140 | 55 | 56 | 135 | 35 |
| Binary | 10001101 | 1101110 | 101 | 0 | 10110 | 1100000 | 101101 | 101110 | 1011101 | 11101 |
Color Harmonies of #8D6E05
Complementary color
Monochromatic Colors of #8D6E05
Black with #8D6E05
Text Example
Text Example
White with #8D6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E05; }
p { color: rgb(141,110,5); }
H1.HeaderClassName
{
color: #8D6E05;
}
.AnyTagClassName
{
color: #8D6E05;
}
</style>
background-color css
<style>
a { background-color: #8D6E05; }
a { background-color: rgb(141,110,5); }
div.DivClassName
{
background-color: #8D6E05;
}
.BgClassName
{
background-color: #8D6E05;
}
</style>
border-color css
<style>
span { border-color: #8D6E05; }
span { border-color: rgb(141,110,5); }
td.TdClassName
{
border-color: #8D6E05;
}
.TagClassName
{
border-color: #8D6E05;
}
</style>