Shades of Schist #868471
Tints of Schist #868471
RGB
CMYK
RGB Variations
Color information
#868471 (or 0x868471) is known color: Schist. HEX triplet: 86, 84 and 71. RGB value is (134,132,113). Sum of RGB (Red+Green+Blue) = 134+132+113=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #868471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868471 is #797B8E. Grayscale: #828282. Windows color (decimal): -7961487 or 7439494. OLE color: 7439494.
HSL color Cylindrical-coordinate representation of color #868471: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868471 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 113 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.47 |
| HSL | 54.29º | 0.09% | 0.48% | - |
| HSV(B) | 54.29º | 0.16% | 0.53% | - |
| XYZ | 21.06 | 22.76 | 18.91 | - |
| YUV | 130.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 113 | 0 | 0.01 | 0.16 | 0.47 | 54.29 | 0.09 | 0.48 |
| Hex | 86 | 84 | 71 | 0 | 1 | 10 | 2F | 36 | 9 | 30 |
| Octal | 206 | 204 | 161 | 0 | 1 | 20 | 57 | 66 | 11 | 60 |
| Binary | 10000110 | 10000100 | 1110001 | 0 | 1 | 10000 | 101111 | 110110 | 1001 | 110000 |
Color Harmonies of #868471
Complementary color
Monochromatic Colors of #868471
Black with #868471
Text Example
Text Example
White with #868471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868471; }
p { color: rgb(134,132,113); }
H1.HeaderClassName
{
color: #868471;
}
.AnyTagClassName
{
color: #868471;
}
</style>
background-color css
<style>
a { background-color: #868471; }
a { background-color: rgb(134,132,113); }
div.DivClassName
{
background-color: #868471;
}
.BgClassName
{
background-color: #868471;
}
</style>
border-color css
<style>
span { border-color: #868471; }
span { border-color: rgb(134,132,113); }
td.TdClassName
{
border-color: #868471;
}
.TagClassName
{
border-color: #868471;
}
</style>