Shades of Schist #8A896C
Tints of Schist #8A896C
RGB
CMYK
RGB Variations
Color information
#8A896C (or 0x8A896C) is known color: Schist. HEX triplet: 8A, 89 and 6C. RGB value is (138,137,108). Sum of RGB (Red+Green+Blue) = 138+137+108=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A896C is #757693. Grayscale: #868686. Windows color (decimal): -7698068 or 7113098. OLE color: 7113098.
HSL color Cylindrical-coordinate representation of color #8A896C: hue angle of 58º 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 #8A896C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 108 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.46 |
| HSL | 58º | 0.12% | 0.48% | - |
| HSV(B) | 58º | 0.22% | 0.54% | - |
| XYZ | 22.13 | 24.38 | 17.73 | - |
| YUV | 133.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 108 | 0 | 0.01 | 0.22 | 0.46 | 58 | 0.12 | 0.48 |
| Hex | 8A | 89 | 6C | 0 | 1 | 16 | 2E | 3A | C | 30 |
| Octal | 212 | 211 | 154 | 0 | 1 | 26 | 56 | 72 | 14 | 60 |
| Binary | 10001010 | 10001001 | 1101100 | 0 | 1 | 10110 | 101110 | 111010 | 1100 | 110000 |
Color Harmonies of #8A896C
Complementary color
Monochromatic Colors of #8A896C
Black with #8A896C
Text Example
Text Example
White with #8A896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A896C; }
p { color: rgb(138,137,108); }
H1.HeaderClassName
{
color: #8A896C;
}
.AnyTagClassName
{
color: #8A896C;
}
</style>
background-color css
<style>
a { background-color: #8A896C; }
a { background-color: rgb(138,137,108); }
div.DivClassName
{
background-color: #8A896C;
}
.BgClassName
{
background-color: #8A896C;
}
</style>
border-color css
<style>
span { border-color: #8A896C; }
span { border-color: rgb(138,137,108); }
td.TdClassName
{
border-color: #8A896C;
}
.TagClassName
{
border-color: #8A896C;
}
</style>