Shades of Dark Wood #89634A
Tints of Dark Wood #89634A
RGB
CMYK
RGB Variations
Color information
#89634A (or 0x89634A) is known color: Dark Wood. HEX triplet: 89, 63 and 4A. RGB value is (137,99,74). Sum of RGB (Red+Green+Blue) = 137+99+74=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89634A is #769CB5. Grayscale: #6B6B6B. Windows color (decimal): -7773366 or 4875145. OLE color: 4875145.
HSL color Cylindrical-coordinate representation of color #89634A: hue angle of 23.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89634A is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 74 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.46 |
| HSL | 23.81º | 0.3% | 0.41% | - |
| HSV(B) | 23.81º | 0.46% | 0.54% | - |
| XYZ | 16.01 | 14.74 | 8.48 | - |
| YUV | 107.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 74 | 0 | 0.28 | 0.46 | 0.46 | 23.81 | 0.3 | 0.41 |
| Hex | 89 | 63 | 4A | 0 | 1C | 2E | 2E | 18 | 1E | 29 |
| Octal | 211 | 143 | 112 | 0 | 34 | 56 | 56 | 30 | 36 | 51 |
| Binary | 10001001 | 1100011 | 1001010 | 0 | 11100 | 101110 | 101110 | 11000 | 11110 | 101001 |
Color Harmonies of #89634A
Complementary color
Monochromatic Colors of #89634A
Black with #89634A
Text Example
Text Example
White with #89634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89634A; }
p { color: rgb(137,99,74); }
H1.HeaderClassName
{
color: #89634A;
}
.AnyTagClassName
{
color: #89634A;
}
</style>
background-color css
<style>
a { background-color: #89634A; }
a { background-color: rgb(137,99,74); }
div.DivClassName
{
background-color: #89634A;
}
.BgClassName
{
background-color: #89634A;
}
</style>
border-color css
<style>
span { border-color: #89634A; }
span { border-color: rgb(137,99,74); }
td.TdClassName
{
border-color: #89634A;
}
.TagClassName
{
border-color: #89634A;
}
</style>