Shades of Schist #89886F
Tints of Schist #89886F
RGB
CMYK
RGB Variations
Color information
#89886F (or 0x89886F) is known color: Schist. HEX triplet: 89, 88 and 6F. RGB value is (137,136,111). Sum of RGB (Red+Green+Blue) = 137+136+111=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #89886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89886F is #767790. Grayscale: #858585. Windows color (decimal): -7763857 or 7309449. OLE color: 7309449.
HSL color Cylindrical-coordinate representation of color #89886F: hue angle of 57.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89886F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 111 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.46 |
| HSL | 57.69º | 0.1% | 0.49% | - |
| HSV(B) | 57.69º | 0.19% | 0.54% | - |
| XYZ | 21.99 | 24.07 | 18.53 | - |
| YUV | 133.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 111 | 0 | 0.01 | 0.19 | 0.46 | 57.69 | 0.1 | 0.49 |
| Hex | 89 | 88 | 6F | 0 | 1 | 13 | 2E | 3A | A | 31 |
| Octal | 211 | 210 | 157 | 0 | 1 | 23 | 56 | 72 | 12 | 61 |
| Binary | 10001001 | 10001000 | 1101111 | 0 | 1 | 10011 | 101110 | 111010 | 1010 | 110001 |
Color Harmonies of #89886F
Complementary color
Monochromatic Colors of #89886F
Black with #89886F
Text Example
Text Example
White with #89886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89886F; }
p { color: rgb(137,136,111); }
H1.HeaderClassName
{
color: #89886F;
}
.AnyTagClassName
{
color: #89886F;
}
</style>
background-color css
<style>
a { background-color: #89886F; }
a { background-color: rgb(137,136,111); }
div.DivClassName
{
background-color: #89886F;
}
.BgClassName
{
background-color: #89886F;
}
</style>
border-color css
<style>
span { border-color: #89886F; }
span { border-color: rgb(137,136,111); }
td.TdClassName
{
border-color: #89886F;
}
.TagClassName
{
border-color: #89886F;
}
</style>