Shades of Schist #89896E
Tints of Schist #89896E
RGB
CMYK
RGB Variations
Color information
#89896E (or 0x89896E) is known color: Schist. HEX triplet: 89, 89 and 6E. RGB value is (137,137,110). Sum of RGB (Red+Green+Blue) = 137+137+110=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89896E is #767691. Grayscale: #868686. Windows color (decimal): -7763602 or 7244169. OLE color: 7244169.
HSL color Cylindrical-coordinate representation of color #89896E: hue angle of 60º 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 #89896E is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 110 | - |
| CMYK | 0 | 0 | 0.20 | 0.46 |
| HSL | 60º | 0.11% | 0.48% | - |
| HSV(B) | 60º | 0.2% | 0.54% | - |
| XYZ | 22.08 | 24.34 | 18.29 | - |
| YUV | 133.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 110 | 0 | 0 | 0.20 | 0.46 | 60 | 0.11 | 0.48 |
| Hex | 89 | 89 | 6E | 0 | 0 | 14 | 2E | 3C | B | 30 |
| Octal | 211 | 211 | 156 | 0 | 0 | 24 | 56 | 74 | 13 | 60 |
| Binary | 10001001 | 10001001 | 1101110 | 0 | 0 | 10100 | 101110 | 111100 | 1011 | 110000 |
Color Harmonies of #89896E
Complementary color
Monochromatic Colors of #89896E
Black with #89896E
Text Example
Text Example
White with #89896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89896E; }
p { color: rgb(137,137,110); }
H1.HeaderClassName
{
color: #89896E;
}
.AnyTagClassName
{
color: #89896E;
}
</style>
background-color css
<style>
a { background-color: #89896E; }
a { background-color: rgb(137,137,110); }
div.DivClassName
{
background-color: #89896E;
}
.BgClassName
{
background-color: #89896E;
}
</style>
border-color css
<style>
span { border-color: #89896E; }
span { border-color: rgb(137,137,110); }
td.TdClassName
{
border-color: #89896E;
}
.TagClassName
{
border-color: #89896E;
}
</style>