Shades of Golden Brown #866404
Tints of Golden Brown #866404
RGB
CMYK
RGB Variations
Color information
#866404 (or 0x866404) is known color: Golden Brown. HEX triplet: 86, 64 and 04. RGB value is (134,100,4). Sum of RGB (Red+Green+Blue) = 134+100+4=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #866404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866404 is #799BFB. Grayscale: #636363. Windows color (decimal): -7969788 or 287878. OLE color: 287878.
HSL color Cylindrical-coordinate representation of color #866404: hue angle of 44.31º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #866404 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 4 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.47 |
| HSL | 44.31º | 0.94% | 0.27% | - |
| HSV(B) | 44.31º | 0.97% | 0.53% | - |
| XYZ | 14.41 | 14.19 | 2.09 | - |
| YUV | 99.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 4 | 0 | 0.25 | 0.97 | 0.47 | 44.31 | 0.94 | 0.27 |
| Hex | 86 | 64 | 4 | 0 | 19 | 61 | 2F | 2C | 5E | 1B |
| Octal | 206 | 144 | 4 | 0 | 31 | 141 | 57 | 54 | 136 | 33 |
| Binary | 10000110 | 1100100 | 100 | 0 | 11001 | 1100001 | 101111 | 101100 | 1011110 | 11011 |
Color Harmonies of #866404
Complementary color
Monochromatic Colors of #866404
Black with #866404
Text Example
Text Example
White with #866404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866404; }
p { color: rgb(134,100,4); }
H1.HeaderClassName
{
color: #866404;
}
.AnyTagClassName
{
color: #866404;
}
</style>
background-color css
<style>
a { background-color: #866404; }
a { background-color: rgb(134,100,4); }
div.DivClassName
{
background-color: #866404;
}
.BgClassName
{
background-color: #866404;
}
</style>
border-color css
<style>
span { border-color: #866404; }
span { border-color: rgb(134,100,4); }
td.TdClassName
{
border-color: #866404;
}
.TagClassName
{
border-color: #866404;
}
</style>