Shades of Schist #88866D
Tints of Schist #88866D
RGB
CMYK
RGB Variations
Color information
#88866D (or 0x88866D) is known color: Schist. HEX triplet: 88, 86 and 6D. RGB value is (136,134,109). Sum of RGB (Red+Green+Blue) = 136+134+109=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88866D is #777992. Grayscale: #838383. Windows color (decimal): -7829907 or 7177864. OLE color: 7177864.
HSL color Cylindrical-coordinate representation of color #88866D: hue angle of 55.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88866D is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 109 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.47 |
| HSL | 55.56º | 0.11% | 0.48% | - |
| HSV(B) | 55.56º | 0.2% | 0.53% | - |
| XYZ | 21.44 | 23.39 | 17.85 | - |
| YUV | 131.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 109 | 0 | 0.01 | 0.20 | 0.47 | 55.56 | 0.11 | 0.48 |
| Hex | 88 | 86 | 6D | 0 | 1 | 14 | 2F | 38 | B | 30 |
| Octal | 210 | 206 | 155 | 0 | 1 | 24 | 57 | 70 | 13 | 60 |
| Binary | 10001000 | 10000110 | 1101101 | 0 | 1 | 10100 | 101111 | 111000 | 1011 | 110000 |
Color Harmonies of #88866D
Complementary color
Monochromatic Colors of #88866D
Black with #88866D
Text Example
Text Example
White with #88866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88866D; }
p { color: rgb(136,134,109); }
H1.HeaderClassName
{
color: #88866D;
}
.AnyTagClassName
{
color: #88866D;
}
</style>
background-color css
<style>
a { background-color: #88866D; }
a { background-color: rgb(136,134,109); }
div.DivClassName
{
background-color: #88866D;
}
.BgClassName
{
background-color: #88866D;
}
</style>
border-color css
<style>
span { border-color: #88866D; }
span { border-color: rgb(136,134,109); }
td.TdClassName
{
border-color: #88866D;
}
.TagClassName
{
border-color: #88866D;
}
</style>