Shades of Schist #8B886E
Tints of Schist #8B886E
RGB
CMYK
RGB Variations
Color information
#8B886E (or 0x8B886E) is known color: Schist. HEX triplet: 8B, 88 and 6E. RGB value is (139,136,110). Sum of RGB (Red+Green+Blue) = 139+136+110=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886E is #747791. Grayscale: #868686. Windows color (decimal): -7632786 or 7243915. OLE color: 7243915.
HSL color Cylindrical-coordinate representation of color #8B886E: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B886E is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 110 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.45 |
| HSL | 53.79º | 0.12% | 0.49% | - |
| HSV(B) | 53.79º | 0.21% | 0.55% | - |
| XYZ | 22.27 | 24.22 | 18.25 | - |
| YUV | 133.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 110 | 0 | 0.02 | 0.21 | 0.45 | 53.79 | 0.12 | 0.49 |
| Hex | 8B | 88 | 6E | 0 | 2 | 15 | 2D | 36 | C | 31 |
| Octal | 213 | 210 | 156 | 0 | 2 | 25 | 55 | 66 | 14 | 61 |
| Binary | 10001011 | 10001000 | 1101110 | 0 | 10 | 10101 | 101101 | 110110 | 1100 | 110001 |
Color Harmonies of #8B886E
Complementary color
Monochromatic Colors of #8B886E
Black with #8B886E
Text Example
Text Example
White with #8B886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B886E; }
p { color: rgb(139,136,110); }
H1.HeaderClassName
{
color: #8B886E;
}
.AnyTagClassName
{
color: #8B886E;
}
</style>
background-color css
<style>
a { background-color: #8B886E; }
a { background-color: rgb(139,136,110); }
div.DivClassName
{
background-color: #8B886E;
}
.BgClassName
{
background-color: #8B886E;
}
</style>
border-color css
<style>
span { border-color: #8B886E; }
span { border-color: rgb(139,136,110); }
td.TdClassName
{
border-color: #8B886E;
}
.TagClassName
{
border-color: #8B886E;
}
</style>