Shades of Schist #86856A
Tints of Schist #86856A
RGB
CMYK
RGB Variations
Color information
#86856A (or 0x86856A) is known color: Schist. HEX triplet: 86, 85 and 6A. RGB value is (134,133,106). Sum of RGB (Red+Green+Blue) = 134+133+106=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856A is #797A95. Grayscale: #828282. Windows color (decimal): -7961238 or 6980998. OLE color: 6980998.
HSL color Cylindrical-coordinate representation of color #86856A: hue angle of 57.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86856A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 106 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.47 |
| HSL | 57.86º | 0.12% | 0.47% | - |
| HSV(B) | 57.86º | 0.21% | 0.53% | - |
| XYZ | 20.82 | 22.88 | 16.96 | - |
| YUV | 130.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 106 | 0 | 0.01 | 0.21 | 0.47 | 57.86 | 0.12 | 0.47 |
| Hex | 86 | 85 | 6A | 0 | 1 | 15 | 2F | 3A | C | 2F |
| Octal | 206 | 205 | 152 | 0 | 1 | 25 | 57 | 72 | 14 | 57 |
| Binary | 10000110 | 10000101 | 1101010 | 0 | 1 | 10101 | 101111 | 111010 | 1100 | 101111 |
Color Harmonies of #86856A
Complementary color
Monochromatic Colors of #86856A
Black with #86856A
Text Example
Text Example
White with #86856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86856A; }
p { color: rgb(134,133,106); }
H1.HeaderClassName
{
color: #86856A;
}
.AnyTagClassName
{
color: #86856A;
}
</style>
background-color css
<style>
a { background-color: #86856A; }
a { background-color: rgb(134,133,106); }
div.DivClassName
{
background-color: #86856A;
}
.BgClassName
{
background-color: #86856A;
}
</style>
border-color css
<style>
span { border-color: #86856A; }
span { border-color: rgb(134,133,106); }
td.TdClassName
{
border-color: #86856A;
}
.TagClassName
{
border-color: #86856A;
}
</style>