Shades of Schist #868672
Tints of Schist #868672
RGB
CMYK
RGB Variations
Color information
#868672 (or 0x868672) is known color: Schist. HEX triplet: 86, 86 and 72. RGB value is (134,134,114). Sum of RGB (Red+Green+Blue) = 134+134+114=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868672 is #79798D. Grayscale: #838383. Windows color (decimal): -7960974 or 7505542. OLE color: 7505542.
HSL color Cylindrical-coordinate representation of color #868672: hue angle of 60º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868672 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 114 | - |
| CMYK | 0 | 0 | 0.15 | 0.47 |
| HSL | 60º | 0.08% | 0.49% | - |
| HSV(B) | 60º | 0.15% | 0.53% | - |
| XYZ | 21.39 | 23.33 | 19.3 | - |
| YUV | 131.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 114 | 0 | 0 | 0.15 | 0.47 | 60 | 0.08 | 0.49 |
| Hex | 86 | 86 | 72 | 0 | 0 | F | 2F | 3C | 8 | 31 |
| Octal | 206 | 206 | 162 | 0 | 0 | 17 | 57 | 74 | 10 | 61 |
| Binary | 10000110 | 10000110 | 1110010 | 0 | 0 | 1111 | 101111 | 111100 | 1000 | 110001 |
Color Harmonies of #868672
Complementary color
Monochromatic Colors of #868672
Black with #868672
Text Example
Text Example
White with #868672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868672; }
p { color: rgb(134,134,114); }
H1.HeaderClassName
{
color: #868672;
}
.AnyTagClassName
{
color: #868672;
}
</style>
background-color css
<style>
a { background-color: #868672; }
a { background-color: rgb(134,134,114); }
div.DivClassName
{
background-color: #868672;
}
.BgClassName
{
background-color: #868672;
}
</style>
border-color css
<style>
span { border-color: #868672; }
span { border-color: rgb(134,134,114); }
td.TdClassName
{
border-color: #868672;
}
.TagClassName
{
border-color: #868672;
}
</style>