Shades of Schist #89886E
Tints of Schist #89886E
RGB
CMYK
RGB Variations
Color information
#89886E (or 0x89886E) is known color: Schist. HEX triplet: 89, 88 and 6E. RGB value is (137,136,110). Sum of RGB (Red+Green+Blue) = 137+136+110=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #89886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89886E is #767791. Grayscale: #858585. Windows color (decimal): -7763858 or 7243913. OLE color: 7243913.
HSL color Cylindrical-coordinate representation of color #89886E: hue angle of 57.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89886E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 110 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.46 |
| HSL | 57.78º | 0.11% | 0.48% | - |
| HSV(B) | 57.78º | 0.2% | 0.54% | - |
| XYZ | 21.94 | 24.05 | 18.24 | - |
| YUV | 133.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 110 | 0 | 0.01 | 0.20 | 0.46 | 57.78 | 0.11 | 0.48 |
| Hex | 89 | 88 | 6E | 0 | 1 | 14 | 2E | 3A | B | 30 |
| Octal | 211 | 210 | 156 | 0 | 1 | 24 | 56 | 72 | 13 | 60 |
| Binary | 10001001 | 10001000 | 1101110 | 0 | 1 | 10100 | 101110 | 111010 | 1011 | 110000 |
Color Harmonies of #89886E
Complementary color
Monochromatic Colors of #89886E
Black with #89886E
Text Example
Text Example
White with #89886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89886E; }
p { color: rgb(137,136,110); }
H1.HeaderClassName
{
color: #89886E;
}
.AnyTagClassName
{
color: #89886E;
}
</style>
background-color css
<style>
a { background-color: #89886E; }
a { background-color: rgb(137,136,110); }
div.DivClassName
{
background-color: #89886E;
}
.BgClassName
{
background-color: #89886E;
}
</style>
border-color css
<style>
span { border-color: #89886E; }
span { border-color: rgb(137,136,110); }
td.TdClassName
{
border-color: #89886E;
}
.TagClassName
{
border-color: #89886E;
}
</style>