Shades of Golden Brown #896704
Tints of Golden Brown #896704
RGB
CMYK
RGB Variations
Color information
#896704 (or 0x896704) is known color: Golden Brown. HEX triplet: 89, 67 and 04. RGB value is (137,103,4). Sum of RGB (Red+Green+Blue) = 137+103+4=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #896704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896704 is #7698FB. Grayscale: #666666. Windows color (decimal): -7772412 or 288649. OLE color: 288649.
HSL color Cylindrical-coordinate representation of color #896704: hue angle of 44.66º 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 #896704 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 103 | 4 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.46 |
| HSL | 44.66º | 0.94% | 0.28% | - |
| HSV(B) | 44.66º | 0.97% | 0.54% | - |
| XYZ | 15.19 | 15.03 | 2.21 | - |
| YUV | 101.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 4 | 0 | 0.25 | 0.97 | 0.46 | 44.66 | 0.94 | 0.28 |
| Hex | 89 | 67 | 4 | 0 | 19 | 61 | 2E | 2D | 5E | 1C |
| Octal | 211 | 147 | 4 | 0 | 31 | 141 | 56 | 55 | 136 | 34 |
| Binary | 10001001 | 1100111 | 100 | 0 | 11001 | 1100001 | 101110 | 101101 | 1011110 | 11100 |
Color Harmonies of #896704
Complementary color
Monochromatic Colors of #896704
Black with #896704
Text Example
Text Example
White with #896704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896704; }
p { color: rgb(137,103,4); }
H1.HeaderClassName
{
color: #896704;
}
.AnyTagClassName
{
color: #896704;
}
</style>
background-color css
<style>
a { background-color: #896704; }
a { background-color: rgb(137,103,4); }
div.DivClassName
{
background-color: #896704;
}
.BgClassName
{
background-color: #896704;
}
</style>
border-color css
<style>
span { border-color: #896704; }
span { border-color: rgb(137,103,4); }
td.TdClassName
{
border-color: #896704;
}
.TagClassName
{
border-color: #896704;
}
</style>