Shades of Schist #8A886C
Tints of Schist #8A886C
RGB
CMYK
RGB Variations
Color information
#8A886C (or 0x8A886C) is known color: Schist. HEX triplet: 8A, 88 and 6C. RGB value is (138,136,108). Sum of RGB (Red+Green+Blue) = 138+136+108=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A886C is #757793. Grayscale: #858585. Windows color (decimal): -7698324 or 7112842. OLE color: 7112842.
HSL color Cylindrical-coordinate representation of color #8A886C: hue angle of 56º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A886C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 108 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.46 |
| HSL | 56º | 0.12% | 0.48% | - |
| HSV(B) | 56º | 0.22% | 0.54% | - |
| XYZ | 21.99 | 24.09 | 17.68 | - |
| YUV | 133.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 108 | 0 | 0.01 | 0.22 | 0.46 | 56 | 0.12 | 0.48 |
| Hex | 8A | 88 | 6C | 0 | 1 | 16 | 2E | 38 | C | 30 |
| Octal | 212 | 210 | 154 | 0 | 1 | 26 | 56 | 70 | 14 | 60 |
| Binary | 10001010 | 10001000 | 1101100 | 0 | 1 | 10110 | 101110 | 111000 | 1100 | 110000 |
Color Harmonies of #8A886C
Complementary color
Monochromatic Colors of #8A886C
Black with #8A886C
Text Example
Text Example
White with #8A886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A886C; }
p { color: rgb(138,136,108); }
H1.HeaderClassName
{
color: #8A886C;
}
.AnyTagClassName
{
color: #8A886C;
}
</style>
background-color css
<style>
a { background-color: #8A886C; }
a { background-color: rgb(138,136,108); }
div.DivClassName
{
background-color: #8A886C;
}
.BgClassName
{
background-color: #8A886C;
}
</style>
border-color css
<style>
span { border-color: #8A886C; }
span { border-color: rgb(138,136,108); }
td.TdClassName
{
border-color: #8A886C;
}
.TagClassName
{
border-color: #8A886C;
}
</style>