Shades of Dark Wood #89603F
Tints of Dark Wood #89603F
RGB
CMYK
RGB Variations
Color information
#89603F (or 0x89603F) is known color: Dark Wood. HEX triplet: 89, 60 and 3F. RGB value is (137,96,63). Sum of RGB (Red+Green+Blue) = 137+96+63=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89603F is #769FC0. Grayscale: #686868. Windows color (decimal): -7774145 or 4153481. OLE color: 4153481.
HSL color Cylindrical-coordinate representation of color #89603F: hue angle of 26.76º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89603F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 63 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.46 |
| HSL | 26.76º | 0.37% | 0.39% | - |
| HSV(B) | 26.76º | 0.54% | 0.54% | - |
| XYZ | 15.4 | 14.04 | 6.6 | - |
| YUV | 104.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 63 | 0 | 0.30 | 0.54 | 0.46 | 26.76 | 0.37 | 0.39 |
| Hex | 89 | 60 | 3F | 0 | 1E | 36 | 2E | 1B | 25 | 27 |
| Octal | 211 | 140 | 77 | 0 | 36 | 66 | 56 | 33 | 45 | 47 |
| Binary | 10001001 | 1100000 | 111111 | 0 | 11110 | 110110 | 101110 | 11011 | 100101 | 100111 |
Color Harmonies of #89603F
Complementary color
Monochromatic Colors of #89603F
Black with #89603F
Text Example
Text Example
White with #89603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89603F; }
p { color: rgb(137,96,63); }
H1.HeaderClassName
{
color: #89603F;
}
.AnyTagClassName
{
color: #89603F;
}
</style>
background-color css
<style>
a { background-color: #89603F; }
a { background-color: rgb(137,96,63); }
div.DivClassName
{
background-color: #89603F;
}
.BgClassName
{
background-color: #89603F;
}
</style>
border-color css
<style>
span { border-color: #89603F; }
span { border-color: rgb(137,96,63); }
td.TdClassName
{
border-color: #89603F;
}
.TagClassName
{
border-color: #89603F;
}
</style>