Shades of Schist #8A886E
Tints of Schist #8A886E
RGB
CMYK
RGB Variations
Color information
#8A886E (or 0x8A886E) is known color: Schist. HEX triplet: 8A, 88 and 6E. RGB value is (138,136,110). Sum of RGB (Red+Green+Blue) = 138+136+110=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A886E is #757791. Grayscale: #858585. Windows color (decimal): -7698322 or 7243914. OLE color: 7243914.
HSL color Cylindrical-coordinate representation of color #8A886E: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A886E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 110 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.46 |
| HSL | 55.71º | 0.11% | 0.49% | - |
| HSV(B) | 55.71º | 0.2% | 0.54% | - |
| XYZ | 22.1 | 24.14 | 18.25 | - |
| YUV | 133.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 110 | 0 | 0.01 | 0.20 | 0.46 | 55.71 | 0.11 | 0.49 |
| Hex | 8A | 88 | 6E | 0 | 1 | 14 | 2E | 38 | B | 31 |
| Octal | 212 | 210 | 156 | 0 | 1 | 24 | 56 | 70 | 13 | 61 |
| Binary | 10001010 | 10001000 | 1101110 | 0 | 1 | 10100 | 101110 | 111000 | 1011 | 110001 |
Color Harmonies of #8A886E
Complementary color
Monochromatic Colors of #8A886E
Black with #8A886E
Text Example
Text Example
White with #8A886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A886E; }
p { color: rgb(138,136,110); }
H1.HeaderClassName
{
color: #8A886E;
}
.AnyTagClassName
{
color: #8A886E;
}
</style>
background-color css
<style>
a { background-color: #8A886E; }
a { background-color: rgb(138,136,110); }
div.DivClassName
{
background-color: #8A886E;
}
.BgClassName
{
background-color: #8A886E;
}
</style>
border-color css
<style>
span { border-color: #8A886E; }
span { border-color: rgb(138,136,110); }
td.TdClassName
{
border-color: #8A886E;
}
.TagClassName
{
border-color: #8A886E;
}
</style>