Shades of Dark Wood #89654A
Tints of Dark Wood #89654A
RGB
CMYK
RGB Variations
Color information
#89654A (or 0x89654A) is known color: Dark Wood. HEX triplet: 89, 65 and 4A. RGB value is (137,101,74). Sum of RGB (Red+Green+Blue) = 137+101+74=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89654A is #769AB5. Grayscale: #6C6C6C. Windows color (decimal): -7772854 or 4875657. OLE color: 4875657.
HSL color Cylindrical-coordinate representation of color #89654A: hue angle of 25.71º 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 #89654A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 74 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.46 |
| HSL | 25.71º | 0.3% | 0.41% | - |
| HSV(B) | 25.71º | 0.46% | 0.54% | - |
| XYZ | 16.21 | 15.12 | 8.54 | - |
| YUV | 108.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 74 | 0 | 0.26 | 0.46 | 0.46 | 25.71 | 0.3 | 0.41 |
| Hex | 89 | 65 | 4A | 0 | 1A | 2E | 2E | 1A | 1E | 29 |
| Octal | 211 | 145 | 112 | 0 | 32 | 56 | 56 | 32 | 36 | 51 |
| Binary | 10001001 | 1100101 | 1001010 | 0 | 11010 | 101110 | 101110 | 11010 | 11110 | 101001 |
Color Harmonies of #89654A
Complementary color
Monochromatic Colors of #89654A
Black with #89654A
Text Example
Text Example
White with #89654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89654A; }
p { color: rgb(137,101,74); }
H1.HeaderClassName
{
color: #89654A;
}
.AnyTagClassName
{
color: #89654A;
}
</style>
background-color css
<style>
a { background-color: #89654A; }
a { background-color: rgb(137,101,74); }
div.DivClassName
{
background-color: #89654A;
}
.BgClassName
{
background-color: #89654A;
}
</style>
border-color css
<style>
span { border-color: #89654A; }
span { border-color: rgb(137,101,74); }
td.TdClassName
{
border-color: #89654A;
}
.TagClassName
{
border-color: #89654A;
}
</style>