Shades of Schist #8B8A6D
Tints of Schist #8B8A6D
RGB
CMYK
RGB Variations
Color information
#8B8A6D (or 0x8B8A6D) is known color: Schist. HEX triplet: 8B, 8A and 6D. RGB value is (139,138,109). Sum of RGB (Red+Green+Blue) = 139+138+109=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A6D is #747592. Grayscale: #878787. Windows color (decimal): -7632275 or 7178891. OLE color: 7178891.
HSL color Cylindrical-coordinate representation of color #8B8A6D: hue angle of 58º 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 #8B8A6D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 138 | 109 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.45 |
| HSL | 58º | 0.12% | 0.49% | - |
| HSV(B) | 58º | 0.22% | 0.55% | - |
| XYZ | 22.5 | 24.77 | 18.06 | - |
| YUV | 134.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 109 | 0 | 0.01 | 0.22 | 0.45 | 58 | 0.12 | 0.49 |
| Hex | 8B | 8A | 6D | 0 | 1 | 16 | 2D | 3A | C | 31 |
| Octal | 213 | 212 | 155 | 0 | 1 | 26 | 55 | 72 | 14 | 61 |
| Binary | 10001011 | 10001010 | 1101101 | 0 | 1 | 10110 | 101101 | 111010 | 1100 | 110001 |
Color Harmonies of #8B8A6D
Complementary color
Monochromatic Colors of #8B8A6D
Black with #8B8A6D
Text Example
Text Example
White with #8B8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A6D; }
p { color: rgb(139,138,109); }
H1.HeaderClassName
{
color: #8B8A6D;
}
.AnyTagClassName
{
color: #8B8A6D;
}
</style>
background-color css
<style>
a { background-color: #8B8A6D; }
a { background-color: rgb(139,138,109); }
div.DivClassName
{
background-color: #8B8A6D;
}
.BgClassName
{
background-color: #8B8A6D;
}
</style>
border-color css
<style>
span { border-color: #8B8A6D; }
span { border-color: rgb(139,138,109); }
td.TdClassName
{
border-color: #8B8A6D;
}
.TagClassName
{
border-color: #8B8A6D;
}
</style>