Shades of Golden Brown #8E6904
Tints of Golden Brown #8E6904
RGB
CMYK
RGB Variations
Color information
#8E6904 (or 0x8E6904) is known color: Golden Brown. HEX triplet: 8E, 69 and 04. RGB value is (142,105,4). Sum of RGB (Red+Green+Blue) = 142+105+4=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6904 is #7196FB. Grayscale: #686868. Windows color (decimal): -7444220 or 289166. OLE color: 289166.
HSL color Cylindrical-coordinate representation of color #8E6904: hue angle of 43.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E6904 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 4 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.44 |
| HSL | 43.91º | 0.95% | 0.29% | - |
| HSV(B) | 43.91º | 0.97% | 0.56% | - |
| XYZ | 16.23 | 15.86 | 2.32 | - |
| YUV | 104.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 4 | 0 | 0.26 | 0.97 | 0.44 | 43.91 | 0.95 | 0.29 |
| Hex | 8E | 69 | 4 | 0 | 1A | 61 | 2C | 2C | 5F | 1D |
| Octal | 216 | 151 | 4 | 0 | 32 | 141 | 54 | 54 | 137 | 35 |
| Binary | 10001110 | 1101001 | 100 | 0 | 11010 | 1100001 | 101100 | 101100 | 1011111 | 11101 |
Color Harmonies of #8E6904
Complementary color
Monochromatic Colors of #8E6904
Black with #8E6904
Text Example
Text Example
White with #8E6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6904; }
p { color: rgb(142,105,4); }
H1.HeaderClassName
{
color: #8E6904;
}
.AnyTagClassName
{
color: #8E6904;
}
</style>
background-color css
<style>
a { background-color: #8E6904; }
a { background-color: rgb(142,105,4); }
div.DivClassName
{
background-color: #8E6904;
}
.BgClassName
{
background-color: #8E6904;
}
</style>
border-color css
<style>
span { border-color: #8E6904; }
span { border-color: rgb(142,105,4); }
td.TdClassName
{
border-color: #8E6904;
}
.TagClassName
{
border-color: #8E6904;
}
</style>