Shades of Dark Wood #896644
Tints of Dark Wood #896644
RGB
CMYK
RGB Variations
Color information
#896644 (or 0x896644) is known color: Dark Wood. HEX triplet: 89, 66 and 44. RGB value is (137,102,68). Sum of RGB (Red+Green+Blue) = 137+102+68=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896644 is #7699BB. Grayscale: #6C6C6C. Windows color (decimal): -7772604 or 4482697. OLE color: 4482697.
HSL color Cylindrical-coordinate representation of color #896644: hue angle of 29.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896644 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 68 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.46 |
| HSL | 29.57º | 0.34% | 0.4% | - |
| HSV(B) | 29.57º | 0.5% | 0.54% | - |
| XYZ | 16.11 | 15.24 | 7.56 | - |
| YUV | 108.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 68 | 0 | 0.26 | 0.50 | 0.46 | 29.57 | 0.34 | 0.4 |
| Hex | 89 | 66 | 44 | 0 | 1A | 32 | 2E | 1E | 22 | 28 |
| Octal | 211 | 146 | 104 | 0 | 32 | 62 | 56 | 36 | 42 | 50 |
| Binary | 10001001 | 1100110 | 1000100 | 0 | 11010 | 110010 | 101110 | 11110 | 100010 | 101000 |
Color Harmonies of #896644
Complementary color
Monochromatic Colors of #896644
Black with #896644
Text Example
Text Example
White with #896644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896644; }
p { color: rgb(137,102,68); }
H1.HeaderClassName
{
color: #896644;
}
.AnyTagClassName
{
color: #896644;
}
</style>
background-color css
<style>
a { background-color: #896644; }
a { background-color: rgb(137,102,68); }
div.DivClassName
{
background-color: #896644;
}
.BgClassName
{
background-color: #896644;
}
</style>
border-color css
<style>
span { border-color: #896644; }
span { border-color: rgb(137,102,68); }
td.TdClassName
{
border-color: #896644;
}
.TagClassName
{
border-color: #896644;
}
</style>