Shades of Golden Brown #896A00
Tints of Golden Brown #896A00
RGB
CMYK
RGB Variations
Color information
#896A00 (or 0x896A00) is known color: Golden Brown. HEX triplet: 89, 6A and 00. RGB value is (137,106,0). Sum of RGB (Red+Green+Blue) = 137+106+0=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #896A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A00 is #7695FF. Grayscale: #676767. Windows color (decimal): -7771648 or 27273. OLE color: 27273.
HSL color Cylindrical-coordinate representation of color #896A00: hue angle of 46.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #896A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.46 |
| HSL | 46.42º | 1% | 0.27% | - |
| HSV(B) | 46.42º | 1% | 0.54% | - |
| XYZ | 15.47 | 15.63 | 2.2 | - |
| YUV | 103.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 0 | 0 | 0.23 | 1 | 0.46 | 46.42 | 1 | 0.27 |
| Hex | 89 | 6A | 0 | 0 | 17 | 64 | 2E | 2E | 64 | 1B |
| Octal | 211 | 152 | 0 | 0 | 27 | 144 | 56 | 56 | 144 | 33 |
| Binary | 10001001 | 1101010 | 0 | 0 | 10111 | 1100100 | 101110 | 101110 | 1100100 | 11011 |
Color Harmonies of #896A00
Complementary color
Monochromatic Colors of #896A00
Black with #896A00
Text Example
Text Example
White with #896A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A00; }
p { color: rgb(137,106,0); }
H1.HeaderClassName
{
color: #896A00;
}
.AnyTagClassName
{
color: #896A00;
}
</style>
background-color css
<style>
a { background-color: #896A00; }
a { background-color: rgb(137,106,0); }
div.DivClassName
{
background-color: #896A00;
}
.BgClassName
{
background-color: #896A00;
}
</style>
border-color css
<style>
span { border-color: #896A00; }
span { border-color: rgb(137,106,0); }
td.TdClassName
{
border-color: #896A00;
}
.TagClassName
{
border-color: #896A00;
}
</style>