Shades of Golden Brown #8D6604
Tints of Golden Brown #8D6604
RGB
CMYK
RGB Variations
Color information
#8D6604 (or 0x8D6604) is known color: Golden Brown. HEX triplet: 8D, 66 and 04. RGB value is (141,102,4). Sum of RGB (Red+Green+Blue) = 141+102+4=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6604 is #7299FB. Grayscale: #666666. Windows color (decimal): -7510524 or 288397. OLE color: 288397.
HSL color Cylindrical-coordinate representation of color #8D6604: hue angle of 42.92º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D6604 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 4 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.45 |
| HSL | 42.92º | 0.94% | 0.28% | - |
| HSV(B) | 42.92º | 0.97% | 0.55% | - |
| XYZ | 15.76 | 15.17 | 2.21 | - |
| YUV | 102.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 4 | 0 | 0.28 | 0.97 | 0.45 | 42.92 | 0.94 | 0.28 |
| Hex | 8D | 66 | 4 | 0 | 1C | 61 | 2D | 2B | 5E | 1C |
| Octal | 215 | 146 | 4 | 0 | 34 | 141 | 55 | 53 | 136 | 34 |
| Binary | 10001101 | 1100110 | 100 | 0 | 11100 | 1100001 | 101101 | 101011 | 1011110 | 11100 |
Color Harmonies of #8D6604
Complementary color
Monochromatic Colors of #8D6604
Black with #8D6604
Text Example
Text Example
White with #8D6604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6604; }
p { color: rgb(141,102,4); }
H1.HeaderClassName
{
color: #8D6604;
}
.AnyTagClassName
{
color: #8D6604;
}
</style>
background-color css
<style>
a { background-color: #8D6604; }
a { background-color: rgb(141,102,4); }
div.DivClassName
{
background-color: #8D6604;
}
.BgClassName
{
background-color: #8D6604;
}
</style>
border-color css
<style>
span { border-color: #8D6604; }
span { border-color: rgb(141,102,4); }
td.TdClassName
{
border-color: #8D6604;
}
.TagClassName
{
border-color: #8D6604;
}
</style>