Shades of Schist #8F8D6E
Tints of Schist #8F8D6E
RGB
CMYK
RGB Variations
Color information
#8F8D6E (or 0x8F8D6E) is known color: Schist. HEX triplet: 8F, 8D and 6E. RGB value is (143,141,110). Sum of RGB (Red+Green+Blue) = 143+141+110=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8D6E is #707291. Grayscale: #8A8A8A. Windows color (decimal): -7369362 or 7245199. OLE color: 7245199.
HSL color Cylindrical-coordinate representation of color #8F8D6E: hue angle of 56.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F8D6E is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 141 | 110 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.44 |
| HSL | 56.36º | 0.13% | 0.5% | - |
| HSV(B) | 56.36º | 0.23% | 0.56% | - |
| XYZ | 23.67 | 26.02 | 18.53 | - |
| YUV | 138.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 110 | 0 | 0.01 | 0.23 | 0.44 | 56.36 | 0.13 | 0.5 |
| Hex | 8F | 8D | 6E | 0 | 1 | 17 | 2C | 38 | D | 32 |
| Octal | 217 | 215 | 156 | 0 | 1 | 27 | 54 | 70 | 15 | 62 |
| Binary | 10001111 | 10001101 | 1101110 | 0 | 1 | 10111 | 101100 | 111000 | 1101 | 110010 |
Color Harmonies of #8F8D6E
Complementary color
Monochromatic Colors of #8F8D6E
Black with #8F8D6E
Text Example
Text Example
White with #8F8D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D6E; }
p { color: rgb(143,141,110); }
H1.HeaderClassName
{
color: #8F8D6E;
}
.AnyTagClassName
{
color: #8F8D6E;
}
</style>
background-color css
<style>
a { background-color: #8F8D6E; }
a { background-color: rgb(143,141,110); }
div.DivClassName
{
background-color: #8F8D6E;
}
.BgClassName
{
background-color: #8F8D6E;
}
</style>
border-color css
<style>
span { border-color: #8F8D6E; }
span { border-color: rgb(143,141,110); }
td.TdClassName
{
border-color: #8F8D6E;
}
.TagClassName
{
border-color: #8F8D6E;
}
</style>