Shades of Schist #8B896E
Tints of Schist #8B896E
RGB
CMYK
RGB Variations
Color information
#8B896E (or 0x8B896E) is known color: Schist. HEX triplet: 8B, 89 and 6E. RGB value is (139,137,110). Sum of RGB (Red+Green+Blue) = 139+137+110=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B896E is #747691. Grayscale: #868686. Windows color (decimal): -7632530 or 7244171. OLE color: 7244171.
HSL color Cylindrical-coordinate representation of color #8B896E: hue angle of 55.86º 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 #8B896E is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 110 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.45 |
| HSL | 55.86º | 0.12% | 0.49% | - |
| HSV(B) | 55.86º | 0.21% | 0.55% | - |
| XYZ | 22.41 | 24.51 | 18.3 | - |
| YUV | 134.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 110 | 0 | 0.01 | 0.21 | 0.45 | 55.86 | 0.12 | 0.49 |
| Hex | 8B | 89 | 6E | 0 | 1 | 15 | 2D | 38 | C | 31 |
| Octal | 213 | 211 | 156 | 0 | 1 | 25 | 55 | 70 | 14 | 61 |
| Binary | 10001011 | 10001001 | 1101110 | 0 | 1 | 10101 | 101101 | 111000 | 1100 | 110001 |
Color Harmonies of #8B896E
Complementary color
Monochromatic Colors of #8B896E
Black with #8B896E
Text Example
Text Example
White with #8B896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B896E; }
p { color: rgb(139,137,110); }
H1.HeaderClassName
{
color: #8B896E;
}
.AnyTagClassName
{
color: #8B896E;
}
</style>
background-color css
<style>
a { background-color: #8B896E; }
a { background-color: rgb(139,137,110); }
div.DivClassName
{
background-color: #8B896E;
}
.BgClassName
{
background-color: #8B896E;
}
</style>
border-color css
<style>
span { border-color: #8B896E; }
span { border-color: rgb(139,137,110); }
td.TdClassName
{
border-color: #8B896E;
}
.TagClassName
{
border-color: #8B896E;
}
</style>