Shades of Golden Brown #896904
Tints of Golden Brown #896904
RGB
CMYK
RGB Variations
Color information
#896904 (or 0x896904) is known color: Golden Brown. HEX triplet: 89, 69 and 04. RGB value is (137,105,4). Sum of RGB (Red+Green+Blue) = 137+105+4=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #896904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896904 is #7696FB. Grayscale: #676767. Windows color (decimal): -7771900 or 289161. OLE color: 289161.
HSL color Cylindrical-coordinate representation of color #896904: hue angle of 45.56º 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 #896904 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 4 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.46 |
| HSL | 45.56º | 0.94% | 0.28% | - |
| HSV(B) | 45.56º | 0.97% | 0.54% | - |
| XYZ | 15.39 | 15.43 | 2.28 | - |
| YUV | 103.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 4 | 0 | 0.23 | 0.97 | 0.46 | 45.56 | 0.94 | 0.28 |
| Hex | 89 | 69 | 4 | 0 | 17 | 61 | 2E | 2E | 5E | 1C |
| Octal | 211 | 151 | 4 | 0 | 27 | 141 | 56 | 56 | 136 | 34 |
| Binary | 10001001 | 1101001 | 100 | 0 | 10111 | 1100001 | 101110 | 101110 | 1011110 | 11100 |
Color Harmonies of #896904
Complementary color
Monochromatic Colors of #896904
Black with #896904
Text Example
Text Example
White with #896904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896904; }
p { color: rgb(137,105,4); }
H1.HeaderClassName
{
color: #896904;
}
.AnyTagClassName
{
color: #896904;
}
</style>
background-color css
<style>
a { background-color: #896904; }
a { background-color: rgb(137,105,4); }
div.DivClassName
{
background-color: #896904;
}
.BgClassName
{
background-color: #896904;
}
</style>
border-color css
<style>
span { border-color: #896904; }
span { border-color: rgb(137,105,4); }
td.TdClassName
{
border-color: #896904;
}
.TagClassName
{
border-color: #896904;
}
</style>