Shades of Golden Brown #896D06
Tints of Golden Brown #896D06
RGB
CMYK
RGB Variations
Color information
#896D06 (or 0x896D06) is known color: Golden Brown. HEX triplet: 89, 6D and 06. RGB value is (137,109,6). Sum of RGB (Red+Green+Blue) = 137+109+6=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #896D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D06 is #7692F9. Grayscale: #6A6A6A. Windows color (decimal): -7770874 or 421257. OLE color: 421257.
HSL color Cylindrical-coordinate representation of color #896D06: hue angle of 47.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #896D06 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 6 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.46 |
| HSL | 47.18º | 0.92% | 0.28% | - |
| HSV(B) | 47.18º | 0.96% | 0.54% | - |
| XYZ | 15.82 | 16.27 | 2.48 | - |
| YUV | 105.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 6 | 0 | 0.20 | 0.96 | 0.46 | 47.18 | 0.92 | 0.28 |
| Hex | 89 | 6D | 6 | 0 | 14 | 60 | 2E | 2F | 5C | 1C |
| Octal | 211 | 155 | 6 | 0 | 24 | 140 | 56 | 57 | 134 | 34 |
| Binary | 10001001 | 1101101 | 110 | 0 | 10100 | 1100000 | 101110 | 101111 | 1011100 | 11100 |
Color Harmonies of #896D06
Complementary color
Monochromatic Colors of #896D06
Black with #896D06
Text Example
Text Example
White with #896D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D06; }
p { color: rgb(137,109,6); }
H1.HeaderClassName
{
color: #896D06;
}
.AnyTagClassName
{
color: #896D06;
}
</style>
background-color css
<style>
a { background-color: #896D06; }
a { background-color: rgb(137,109,6); }
div.DivClassName
{
background-color: #896D06;
}
.BgClassName
{
background-color: #896D06;
}
</style>
border-color css
<style>
span { border-color: #896D06; }
span { border-color: rgb(137,109,6); }
td.TdClassName
{
border-color: #896D06;
}
.TagClassName
{
border-color: #896D06;
}
</style>