Shades of Schist #8B896D
Tints of Schist #8B896D
RGB
CMYK
RGB Variations
Color information
#8B896D (or 0x8B896D) is known color: Schist. HEX triplet: 8B, 89 and 6D. RGB value is (139,137,109). Sum of RGB (Red+Green+Blue) = 139+137+109=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B896D is #747692. Grayscale: #868686. Windows color (decimal): -7632531 or 7178635. OLE color: 7178635.
HSL color Cylindrical-coordinate representation of color #8B896D: hue angle of 56º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B896D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 109 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.45 |
| HSL | 56º | 0.12% | 0.49% | - |
| HSV(B) | 56º | 0.22% | 0.55% | - |
| XYZ | 22.35 | 24.48 | 18.02 | - |
| YUV | 134.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 109 | 0 | 0.01 | 0.22 | 0.45 | 56 | 0.12 | 0.49 |
| Hex | 8B | 89 | 6D | 0 | 1 | 16 | 2D | 38 | C | 31 |
| Octal | 213 | 211 | 155 | 0 | 1 | 26 | 55 | 70 | 14 | 61 |
| Binary | 10001011 | 10001001 | 1101101 | 0 | 1 | 10110 | 101101 | 111000 | 1100 | 110001 |
Color Harmonies of #8B896D
Complementary color
Monochromatic Colors of #8B896D
Black with #8B896D
Text Example
Text Example
White with #8B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B896D; }
p { color: rgb(139,137,109); }
H1.HeaderClassName
{
color: #8B896D;
}
.AnyTagClassName
{
color: #8B896D;
}
</style>
background-color css
<style>
a { background-color: #8B896D; }
a { background-color: rgb(139,137,109); }
div.DivClassName
{
background-color: #8B896D;
}
.BgClassName
{
background-color: #8B896D;
}
</style>
border-color css
<style>
span { border-color: #8B896D; }
span { border-color: rgb(139,137,109); }
td.TdClassName
{
border-color: #8B896D;
}
.TagClassName
{
border-color: #8B896D;
}
</style>