Shades of Golden Brown #896803
Tints of Golden Brown #896803
RGB
CMYK
RGB Variations
Color information
#896803 (or 0x896803) is known color: Golden Brown. HEX triplet: 89, 68 and 03. RGB value is (137,104,3). Sum of RGB (Red+Green+Blue) = 137+104+3=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #896803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896803 is #7697FC. Grayscale: #666666. Windows color (decimal): -7772157 or 223369. OLE color: 223369.
HSL color Cylindrical-coordinate representation of color #896803: hue angle of 45.22º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #896803 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 3 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.46 |
| HSL | 45.22º | 0.96% | 0.27% | - |
| HSV(B) | 45.22º | 0.98% | 0.54% | - |
| XYZ | 15.28 | 15.23 | 2.22 | - |
| YUV | 102.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 3 | 0 | 0.24 | 0.98 | 0.46 | 45.22 | 0.96 | 0.27 |
| Hex | 89 | 68 | 3 | 0 | 18 | 62 | 2E | 2D | 60 | 1B |
| Octal | 211 | 150 | 3 | 0 | 30 | 142 | 56 | 55 | 140 | 33 |
| Binary | 10001001 | 1101000 | 11 | 0 | 11000 | 1100010 | 101110 | 101101 | 1100000 | 11011 |
Color Harmonies of #896803
Complementary color
Monochromatic Colors of #896803
Black with #896803
Text Example
Text Example
White with #896803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896803; }
p { color: rgb(137,104,3); }
H1.HeaderClassName
{
color: #896803;
}
.AnyTagClassName
{
color: #896803;
}
</style>
background-color css
<style>
a { background-color: #896803; }
a { background-color: rgb(137,104,3); }
div.DivClassName
{
background-color: #896803;
}
.BgClassName
{
background-color: #896803;
}
</style>
border-color css
<style>
span { border-color: #896803; }
span { border-color: rgb(137,104,3); }
td.TdClassName
{
border-color: #896803;
}
.TagClassName
{
border-color: #896803;
}
</style>