Shades of Schist #8E8B6F
Tints of Schist #8E8B6F
RGB
CMYK
RGB Variations
Color information
#8E8B6F (or 0x8E8B6F) is known color: Schist. HEX triplet: 8E, 8B and 6F. RGB value is (142,139,111). Sum of RGB (Red+Green+Blue) = 142+139+111=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B6F is #717490. Grayscale: #888888. Windows color (decimal): -7435409 or 7310222. OLE color: 7310222.
HSL color Cylindrical-coordinate representation of color #8E8B6F: hue angle of 54.19º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E8B6F is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 111 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.44 |
| HSL | 54.19º | 0.12% | 0.5% | - |
| HSV(B) | 54.19º | 0.22% | 0.56% | - |
| XYZ | 23.26 | 25.36 | 18.71 | - |
| YUV | 136.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 111 | 0 | 0.02 | 0.22 | 0.44 | 54.19 | 0.12 | 0.5 |
| Hex | 8E | 8B | 6F | 0 | 2 | 16 | 2C | 36 | C | 32 |
| Octal | 216 | 213 | 157 | 0 | 2 | 26 | 54 | 66 | 14 | 62 |
| Binary | 10001110 | 10001011 | 1101111 | 0 | 10 | 10110 | 101100 | 110110 | 1100 | 110010 |
Color Harmonies of #8E8B6F
Complementary color
Monochromatic Colors of #8E8B6F
Black with #8E8B6F
Text Example
Text Example
White with #8E8B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B6F; }
p { color: rgb(142,139,111); }
H1.HeaderClassName
{
color: #8E8B6F;
}
.AnyTagClassName
{
color: #8E8B6F;
}
</style>
background-color css
<style>
a { background-color: #8E8B6F; }
a { background-color: rgb(142,139,111); }
div.DivClassName
{
background-color: #8E8B6F;
}
.BgClassName
{
background-color: #8E8B6F;
}
</style>
border-color css
<style>
span { border-color: #8E8B6F; }
span { border-color: rgb(142,139,111); }
td.TdClassName
{
border-color: #8E8B6F;
}
.TagClassName
{
border-color: #8E8B6F;
}
</style>