Shades of Golden Brown #896C06
Tints of Golden Brown #896C06
RGB
CMYK
RGB Variations
Color information
#896C06 (or 0x896C06) is known color: Golden Brown. HEX triplet: 89, 6C and 06. RGB value is (137,108,6). Sum of RGB (Red+Green+Blue) = 137+108+6=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #896C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C06 is #7693F9. Grayscale: #696969. Windows color (decimal): -7771130 or 421001. OLE color: 421001.
HSL color Cylindrical-coordinate representation of color #896C06: hue angle of 46.72º 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 #896C06 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 6 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.46 |
| HSL | 46.72º | 0.92% | 0.28% | - |
| HSV(B) | 46.72º | 0.96% | 0.54% | - |
| XYZ | 15.71 | 16.06 | 2.44 | - |
| YUV | 105.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 6 | 0 | 0.21 | 0.96 | 0.46 | 46.72 | 0.92 | 0.28 |
| Hex | 89 | 6C | 6 | 0 | 15 | 60 | 2E | 2F | 5C | 1C |
| Octal | 211 | 154 | 6 | 0 | 25 | 140 | 56 | 57 | 134 | 34 |
| Binary | 10001001 | 1101100 | 110 | 0 | 10101 | 1100000 | 101110 | 101111 | 1011100 | 11100 |
Color Harmonies of #896C06
Complementary color
Monochromatic Colors of #896C06
Black with #896C06
Text Example
Text Example
White with #896C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C06; }
p { color: rgb(137,108,6); }
H1.HeaderClassName
{
color: #896C06;
}
.AnyTagClassName
{
color: #896C06;
}
</style>
background-color css
<style>
a { background-color: #896C06; }
a { background-color: rgb(137,108,6); }
div.DivClassName
{
background-color: #896C06;
}
.BgClassName
{
background-color: #896C06;
}
</style>
border-color css
<style>
span { border-color: #896C06; }
span { border-color: rgb(137,108,6); }
td.TdClassName
{
border-color: #896C06;
}
.TagClassName
{
border-color: #896C06;
}
</style>