Shades of Golden Brown #8D6A04
Tints of Golden Brown #8D6A04
RGB
CMYK
RGB Variations
Color information
#8D6A04 (or 0x8D6A04) is known color: Golden Brown. HEX triplet: 8D, 6A and 04. RGB value is (141,106,4). Sum of RGB (Red+Green+Blue) = 141+106+4=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6A04 is #7295FB. Grayscale: #696969. Windows color (decimal): -7509500 or 289421. OLE color: 289421.
HSL color Cylindrical-coordinate representation of color #8D6A04: hue angle of 44.67º 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 #8D6A04 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 4 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.45 |
| HSL | 44.67º | 0.94% | 0.28% | - |
| HSV(B) | 44.67º | 0.97% | 0.55% | - |
| XYZ | 16.16 | 15.98 | 2.35 | - |
| YUV | 104.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 4 | 0 | 0.25 | 0.97 | 0.45 | 44.67 | 0.94 | 0.28 |
| Hex | 8D | 6A | 4 | 0 | 19 | 61 | 2D | 2D | 5E | 1C |
| Octal | 215 | 152 | 4 | 0 | 31 | 141 | 55 | 55 | 136 | 34 |
| Binary | 10001101 | 1101010 | 100 | 0 | 11001 | 1100001 | 101101 | 101101 | 1011110 | 11100 |
Color Harmonies of #8D6A04
Complementary color
Monochromatic Colors of #8D6A04
Black with #8D6A04
Text Example
Text Example
White with #8D6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A04; }
p { color: rgb(141,106,4); }
H1.HeaderClassName
{
color: #8D6A04;
}
.AnyTagClassName
{
color: #8D6A04;
}
</style>
background-color css
<style>
a { background-color: #8D6A04; }
a { background-color: rgb(141,106,4); }
div.DivClassName
{
background-color: #8D6A04;
}
.BgClassName
{
background-color: #8D6A04;
}
</style>
border-color css
<style>
span { border-color: #8D6A04; }
span { border-color: rgb(141,106,4); }
td.TdClassName
{
border-color: #8D6A04;
}
.TagClassName
{
border-color: #8D6A04;
}
</style>