Shades of Schist #86856B
Tints of Schist #86856B
RGB
CMYK
RGB Variations
Color information
#86856B (or 0x86856B) is known color: Schist. HEX triplet: 86, 85 and 6B. RGB value is (134,133,107). Sum of RGB (Red+Green+Blue) = 134+133+107=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856B is #797A94. Grayscale: #828282. Windows color (decimal): -7961237 or 7046534. OLE color: 7046534.
HSL color Cylindrical-coordinate representation of color #86856B: hue angle of 57.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86856B is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 107 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.47 |
| HSL | 57.78º | 0.11% | 0.47% | - |
| HSV(B) | 57.78º | 0.2% | 0.53% | - |
| XYZ | 20.87 | 22.9 | 17.23 | - |
| YUV | 130.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 107 | 0 | 0.01 | 0.20 | 0.47 | 57.78 | 0.11 | 0.47 |
| Hex | 86 | 85 | 6B | 0 | 1 | 14 | 2F | 3A | B | 2F |
| Octal | 206 | 205 | 153 | 0 | 1 | 24 | 57 | 72 | 13 | 57 |
| Binary | 10000110 | 10000101 | 1101011 | 0 | 1 | 10100 | 101111 | 111010 | 1011 | 101111 |
Color Harmonies of #86856B
Complementary color
Monochromatic Colors of #86856B
Black with #86856B
Text Example
Text Example
White with #86856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86856B; }
p { color: rgb(134,133,107); }
H1.HeaderClassName
{
color: #86856B;
}
.AnyTagClassName
{
color: #86856B;
}
</style>
background-color css
<style>
a { background-color: #86856B; }
a { background-color: rgb(134,133,107); }
div.DivClassName
{
background-color: #86856B;
}
.BgClassName
{
background-color: #86856B;
}
</style>
border-color css
<style>
span { border-color: #86856B; }
span { border-color: rgb(134,133,107); }
td.TdClassName
{
border-color: #86856B;
}
.TagClassName
{
border-color: #86856B;
}
</style>