Shades of Golden Brown #896A09
Tints of Golden Brown #896A09
RGB
CMYK
RGB Variations
Color information
#896A09 (or 0x896A09) is known color: Golden Brown. HEX triplet: 89, 6A and 09. RGB value is (137,106,9). Sum of RGB (Red+Green+Blue) = 137+106+9=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #896A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A09 is #7695F6. Grayscale: #686868. Windows color (decimal): -7771639 or 617097. OLE color: 617097.
HSL color Cylindrical-coordinate representation of color #896A09: hue angle of 45.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #896A09 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 9 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.46 |
| HSL | 45.47º | 0.88% | 0.29% | - |
| HSV(B) | 45.47º | 0.93% | 0.54% | - |
| XYZ | 15.52 | 15.65 | 2.46 | - |
| YUV | 104.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 9 | 0 | 0.23 | 0.93 | 0.46 | 45.47 | 0.88 | 0.29 |
| Hex | 89 | 6A | 9 | 0 | 17 | 5D | 2E | 2D | 58 | 1D |
| Octal | 211 | 152 | 11 | 0 | 27 | 135 | 56 | 55 | 130 | 35 |
| Binary | 10001001 | 1101010 | 1001 | 0 | 10111 | 1011101 | 101110 | 101101 | 1011000 | 11101 |
Color Harmonies of #896A09
Complementary color
Monochromatic Colors of #896A09
Black with #896A09
Text Example
Text Example
White with #896A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A09; }
p { color: rgb(137,106,9); }
H1.HeaderClassName
{
color: #896A09;
}
.AnyTagClassName
{
color: #896A09;
}
</style>
background-color css
<style>
a { background-color: #896A09; }
a { background-color: rgb(137,106,9); }
div.DivClassName
{
background-color: #896A09;
}
.BgClassName
{
background-color: #896A09;
}
</style>
border-color css
<style>
span { border-color: #896A09; }
span { border-color: rgb(137,106,9); }
td.TdClassName
{
border-color: #896A09;
}
.TagClassName
{
border-color: #896A09;
}
</style>