Shades of Schist #8D8971
Tints of Schist #8D8971
RGB
CMYK
RGB Variations
Color information
#8D8971 (or 0x8D8971) is known color: Schist. HEX triplet: 8D, 89 and 71. RGB value is (141,137,113). Sum of RGB (Red+Green+Blue) = 141+137+113=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8971 is #72768E. Grayscale: #878787. Windows color (decimal): -7501455 or 7440781. OLE color: 7440781.
HSL color Cylindrical-coordinate representation of color #8D8971: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8971 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 113 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.45 |
| HSL | 51.43º | 0.11% | 0.5% | - |
| HSV(B) | 51.43º | 0.2% | 0.55% | - |
| XYZ | 22.91 | 24.75 | 19.19 | - |
| YUV | 135.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 113 | 0 | 0.03 | 0.20 | 0.45 | 51.43 | 0.11 | 0.5 |
| Hex | 8D | 89 | 71 | 0 | 3 | 14 | 2D | 33 | B | 32 |
| Octal | 215 | 211 | 161 | 0 | 3 | 24 | 55 | 63 | 13 | 62 |
| Binary | 10001101 | 10001001 | 1110001 | 0 | 11 | 10100 | 101101 | 110011 | 1011 | 110010 |
Color Harmonies of #8D8971
Complementary color
Monochromatic Colors of #8D8971
Black with #8D8971
Text Example
Text Example
White with #8D8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8971; }
p { color: rgb(141,137,113); }
H1.HeaderClassName
{
color: #8D8971;
}
.AnyTagClassName
{
color: #8D8971;
}
</style>
background-color css
<style>
a { background-color: #8D8971; }
a { background-color: rgb(141,137,113); }
div.DivClassName
{
background-color: #8D8971;
}
.BgClassName
{
background-color: #8D8971;
}
</style>
border-color css
<style>
span { border-color: #8D8971; }
span { border-color: rgb(141,137,113); }
td.TdClassName
{
border-color: #8D8971;
}
.TagClassName
{
border-color: #8D8971;
}
</style>