Shades of Light Wood #89615E
Tints of Light Wood #89615E
RGB
CMYK
RGB Variations
Color information
#89615E (or 0x89615E) is known color: Light Wood. HEX triplet: 89, 61 and 5E. RGB value is (137,97,94). Sum of RGB (Red+Green+Blue) = 137+97+94=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615E is #769EA1. Grayscale: #6C6C6C. Windows color (decimal): -7773858 or 6185353. OLE color: 6185353.
HSL color Cylindrical-coordinate representation of color #89615E: hue angle of 4.19º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89615E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 94 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.46 |
| HSL | 4.19º | 0.19% | 0.45% | - |
| HSV(B) | 4.19º | 0.31% | 0.54% | - |
| XYZ | 16.61 | 14.68 | 12.55 | - |
| YUV | 108.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 94 | 0 | 0.29 | 0.31 | 0.46 | 4.19 | 0.19 | 0.45 |
| Hex | 89 | 61 | 5E | 0 | 1D | 1F | 2E | 4 | 13 | 2D |
| Octal | 211 | 141 | 136 | 0 | 35 | 37 | 56 | 4 | 23 | 55 |
| Binary | 10001001 | 1100001 | 1011110 | 0 | 11101 | 11111 | 101110 | 100 | 10011 | 101101 |
Color Harmonies of #89615E
Complementary color
Monochromatic Colors of #89615E
Black with #89615E
Text Example
Text Example
White with #89615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89615E; }
p { color: rgb(137,97,94); }
H1.HeaderClassName
{
color: #89615E;
}
.AnyTagClassName
{
color: #89615E;
}
</style>
background-color css
<style>
a { background-color: #89615E; }
a { background-color: rgb(137,97,94); }
div.DivClassName
{
background-color: #89615E;
}
.BgClassName
{
background-color: #89615E;
}
</style>
border-color css
<style>
span { border-color: #89615E; }
span { border-color: rgb(137,97,94); }
td.TdClassName
{
border-color: #89615E;
}
.TagClassName
{
border-color: #89615E;
}
</style>