Shades of Schist #86866D
Tints of Schist #86866D
RGB
CMYK
RGB Variations
Color information
#86866D (or 0x86866D) is known color: Schist. HEX triplet: 86, 86 and 6D. RGB value is (134,134,109). Sum of RGB (Red+Green+Blue) = 134+134+109=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86866D is #797992. Grayscale: #838383. Windows color (decimal): -7960979 or 7177862. OLE color: 7177862.
HSL color Cylindrical-coordinate representation of color #86866D: hue angle of 60º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86866D is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 109 | - |
| CMYK | 0 | 0 | 0.19 | 0.47 |
| HSL | 60º | 0.1% | 0.48% | - |
| HSV(B) | 60º | 0.19% | 0.53% | - |
| XYZ | 21.12 | 23.22 | 17.84 | - |
| YUV | 131.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 109 | 0 | 0 | 0.19 | 0.47 | 60 | 0.1 | 0.48 |
| Hex | 86 | 86 | 6D | 0 | 0 | 13 | 2F | 3C | A | 30 |
| Octal | 206 | 206 | 155 | 0 | 0 | 23 | 57 | 74 | 12 | 60 |
| Binary | 10000110 | 10000110 | 1101101 | 0 | 0 | 10011 | 101111 | 111100 | 1010 | 110000 |
Color Harmonies of #86866D
Complementary color
Monochromatic Colors of #86866D
Black with #86866D
Text Example
Text Example
White with #86866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86866D; }
p { color: rgb(134,134,109); }
H1.HeaderClassName
{
color: #86866D;
}
.AnyTagClassName
{
color: #86866D;
}
</style>
background-color css
<style>
a { background-color: #86866D; }
a { background-color: rgb(134,134,109); }
div.DivClassName
{
background-color: #86866D;
}
.BgClassName
{
background-color: #86866D;
}
</style>
border-color css
<style>
span { border-color: #86866D; }
span { border-color: rgb(134,134,109); }
td.TdClassName
{
border-color: #86866D;
}
.TagClassName
{
border-color: #86866D;
}
</style>