Shades of Golden Brown #896C07
Tints of Golden Brown #896C07
RGB
CMYK
RGB Variations
Color information
#896C07 (or 0x896C07) is known color: Golden Brown. HEX triplet: 89, 6C and 07. RGB value is (137,108,7). Sum of RGB (Red+Green+Blue) = 137+108+7=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #896C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C07 is #7693F8. Grayscale: #696969. Windows color (decimal): -7771129 or 486537. OLE color: 486537.
HSL color Cylindrical-coordinate representation of color #896C07: hue angle of 46.62º 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 #896C07 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 7 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.46 |
| HSL | 46.62º | 0.9% | 0.28% | - |
| HSV(B) | 46.62º | 0.95% | 0.54% | - |
| XYZ | 15.72 | 16.06 | 2.47 | - |
| YUV | 105.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 7 | 0 | 0.21 | 0.95 | 0.46 | 46.62 | 0.9 | 0.28 |
| Hex | 89 | 6C | 7 | 0 | 15 | 5F | 2E | 2F | 5A | 1C |
| Octal | 211 | 154 | 7 | 0 | 25 | 137 | 56 | 57 | 132 | 34 |
| Binary | 10001001 | 1101100 | 111 | 0 | 10101 | 1011111 | 101110 | 101111 | 1011010 | 11100 |
Color Harmonies of #896C07
Complementary color
Monochromatic Colors of #896C07
Black with #896C07
Text Example
Text Example
White with #896C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C07; }
p { color: rgb(137,108,7); }
H1.HeaderClassName
{
color: #896C07;
}
.AnyTagClassName
{
color: #896C07;
}
</style>
background-color css
<style>
a { background-color: #896C07; }
a { background-color: rgb(137,108,7); }
div.DivClassName
{
background-color: #896C07;
}
.BgClassName
{
background-color: #896C07;
}
</style>
border-color css
<style>
span { border-color: #896C07; }
span { border-color: rgb(137,108,7); }
td.TdClassName
{
border-color: #896C07;
}
.TagClassName
{
border-color: #896C07;
}
</style>