Shades of Golden Brown #896804
Tints of Golden Brown #896804
RGB
CMYK
RGB Variations
Color information
#896804 (or 0x896804) is known color: Golden Brown. HEX triplet: 89, 68 and 04. RGB value is (137,104,4). Sum of RGB (Red+Green+Blue) = 137+104+4=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #896804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896804 is #7697FB. Grayscale: #666666. Windows color (decimal): -7772156 or 288905. OLE color: 288905.
HSL color Cylindrical-coordinate representation of color #896804: hue angle of 45.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #896804 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 4 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.46 |
| HSL | 45.11º | 0.94% | 0.28% | - |
| HSV(B) | 45.11º | 0.97% | 0.54% | - |
| XYZ | 15.29 | 15.23 | 2.25 | - |
| YUV | 102.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 4 | 0 | 0.24 | 0.97 | 0.46 | 45.11 | 0.94 | 0.28 |
| Hex | 89 | 68 | 4 | 0 | 18 | 61 | 2E | 2D | 5E | 1C |
| Octal | 211 | 150 | 4 | 0 | 30 | 141 | 56 | 55 | 136 | 34 |
| Binary | 10001001 | 1101000 | 100 | 0 | 11000 | 1100001 | 101110 | 101101 | 1011110 | 11100 |
Color Harmonies of #896804
Complementary color
Monochromatic Colors of #896804
Black with #896804
Text Example
Text Example
White with #896804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896804; }
p { color: rgb(137,104,4); }
H1.HeaderClassName
{
color: #896804;
}
.AnyTagClassName
{
color: #896804;
}
</style>
background-color css
<style>
a { background-color: #896804; }
a { background-color: rgb(137,104,4); }
div.DivClassName
{
background-color: #896804;
}
.BgClassName
{
background-color: #896804;
}
</style>
border-color css
<style>
span { border-color: #896804; }
span { border-color: rgb(137,104,4); }
td.TdClassName
{
border-color: #896804;
}
.TagClassName
{
border-color: #896804;
}
</style>