Shades of Dark Wood #896243
Tints of Dark Wood #896243
RGB
CMYK
RGB Variations
Color information
#896243 (or 0x896243) is known color: Dark Wood. HEX triplet: 89, 62 and 43. RGB value is (137,98,67). Sum of RGB (Red+Green+Blue) = 137+98+67=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #896243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896243 is #769DBC. Grayscale: #6A6A6A. Windows color (decimal): -7773629 or 4416137. OLE color: 4416137.
HSL color Cylindrical-coordinate representation of color #896243: hue angle of 26.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #896243 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 67 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.46 |
| HSL | 26.57º | 0.34% | 0.4% | - |
| HSV(B) | 26.57º | 0.51% | 0.54% | - |
| XYZ | 15.7 | 14.46 | 7.27 | - |
| YUV | 106.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 67 | 0 | 0.28 | 0.51 | 0.46 | 26.57 | 0.34 | 0.4 |
| Hex | 89 | 62 | 43 | 0 | 1C | 33 | 2E | 1B | 22 | 28 |
| Octal | 211 | 142 | 103 | 0 | 34 | 63 | 56 | 33 | 42 | 50 |
| Binary | 10001001 | 1100010 | 1000011 | 0 | 11100 | 110011 | 101110 | 11011 | 100010 | 101000 |
Color Harmonies of #896243
Complementary color
Monochromatic Colors of #896243
Black with #896243
Text Example
Text Example
White with #896243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896243; }
p { color: rgb(137,98,67); }
H1.HeaderClassName
{
color: #896243;
}
.AnyTagClassName
{
color: #896243;
}
</style>
background-color css
<style>
a { background-color: #896243; }
a { background-color: rgb(137,98,67); }
div.DivClassName
{
background-color: #896243;
}
.BgClassName
{
background-color: #896243;
}
</style>
border-color css
<style>
span { border-color: #896243; }
span { border-color: rgb(137,98,67); }
td.TdClassName
{
border-color: #896243;
}
.TagClassName
{
border-color: #896243;
}
</style>