Shades of Golden Brown #896A07
Tints of Golden Brown #896A07
RGB
CMYK
RGB Variations
Color information
#896A07 (or 0x896A07) is known color: Golden Brown. HEX triplet: 89, 6A and 07. RGB value is (137,106,7). Sum of RGB (Red+Green+Blue) = 137+106+7=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #896A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A07 is #7695F8. Grayscale: #686868. Windows color (decimal): -7771641 or 486025. OLE color: 486025.
HSL color Cylindrical-coordinate representation of color #896A07: hue angle of 45.69º 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 #896A07 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 7 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.46 |
| HSL | 45.69º | 0.9% | 0.28% | - |
| HSV(B) | 45.69º | 0.95% | 0.54% | - |
| XYZ | 15.51 | 15.64 | 2.4 | - |
| YUV | 103.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 7 | 0 | 0.23 | 0.95 | 0.46 | 45.69 | 0.9 | 0.28 |
| Hex | 89 | 6A | 7 | 0 | 17 | 5F | 2E | 2E | 5A | 1C |
| Octal | 211 | 152 | 7 | 0 | 27 | 137 | 56 | 56 | 132 | 34 |
| Binary | 10001001 | 1101010 | 111 | 0 | 10111 | 1011111 | 101110 | 101110 | 1011010 | 11100 |
Color Harmonies of #896A07
Complementary color
Monochromatic Colors of #896A07
Black with #896A07
Text Example
Text Example
White with #896A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A07; }
p { color: rgb(137,106,7); }
H1.HeaderClassName
{
color: #896A07;
}
.AnyTagClassName
{
color: #896A07;
}
</style>
background-color css
<style>
a { background-color: #896A07; }
a { background-color: rgb(137,106,7); }
div.DivClassName
{
background-color: #896A07;
}
.BgClassName
{
background-color: #896A07;
}
</style>
border-color css
<style>
span { border-color: #896A07; }
span { border-color: rgb(137,106,7); }
td.TdClassName
{
border-color: #896A07;
}
.TagClassName
{
border-color: #896A07;
}
</style>