Shades of Golden Brown #895607
Tints of Golden Brown #895607
RGB
CMYK
RGB Variations
Color information
#895607 (or 0x895607) is known color: Golden Brown. HEX triplet: 89, 56 and 07. RGB value is (137,86,7). Sum of RGB (Red+Green+Blue) = 137+86+7=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #895607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895607 is #76A9F8. Grayscale: #5C5C5C. Windows color (decimal): -7776761 or 480905. OLE color: 480905.
HSL color Cylindrical-coordinate representation of color #895607: hue angle of 36.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #895607 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 7 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.46 |
| HSL | 36.46º | 0.9% | 0.28% | - |
| HSV(B) | 36.46º | 0.95% | 0.54% | - |
| XYZ | 13.68 | 11.99 | 1.79 | - |
| YUV | 92.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 7 | 0 | 0.37 | 0.95 | 0.46 | 36.46 | 0.9 | 0.28 |
| Hex | 89 | 56 | 7 | 0 | 25 | 5F | 2E | 24 | 5A | 1C |
| Octal | 211 | 126 | 7 | 0 | 45 | 137 | 56 | 44 | 132 | 34 |
| Binary | 10001001 | 1010110 | 111 | 0 | 100101 | 1011111 | 101110 | 100100 | 1011010 | 11100 |
Color Harmonies of #895607
Complementary color
Monochromatic Colors of #895607
Black with #895607
Text Example
Text Example
White with #895607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895607; }
p { color: rgb(137,86,7); }
H1.HeaderClassName
{
color: #895607;
}
.AnyTagClassName
{
color: #895607;
}
</style>
background-color css
<style>
a { background-color: #895607; }
a { background-color: rgb(137,86,7); }
div.DivClassName
{
background-color: #895607;
}
.BgClassName
{
background-color: #895607;
}
</style>
border-color css
<style>
span { border-color: #895607; }
span { border-color: rgb(137,86,7); }
td.TdClassName
{
border-color: #895607;
}
.TagClassName
{
border-color: #895607;
}
</style>