Shades of Schist #84856E
Tints of Schist #84856E
RGB
CMYK
RGB Variations
Color information
#84856E (or 0x84856E) is known color: Schist. HEX triplet: 84, 85 and 6E. RGB value is (132,133,110). Sum of RGB (Red+Green+Blue) = 132+133+110=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #84856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856E is #7B7A91. Grayscale: #828282. Windows color (decimal): -8092306 or 7243140. OLE color: 7243140.
HSL color Cylindrical-coordinate representation of color #84856E: hue angle of 62.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84856E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 110 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.48 |
| HSL | 62.61º | 0.09% | 0.48% | - |
| HSV(B) | 62.61º | 0.17% | 0.52% | - |
| XYZ | 20.72 | 22.81 | 18.06 | - |
| YUV | 130.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 110 | 0.01 | 0 | 0.17 | 0.48 | 62.61 | 0.09 | 0.48 |
| Hex | 84 | 85 | 6E | 1 | 0 | 11 | 30 | 3F | 9 | 30 |
| Octal | 204 | 205 | 156 | 1 | 0 | 21 | 60 | 77 | 11 | 60 |
| Binary | 10000100 | 10000101 | 1101110 | 1 | 0 | 10001 | 110000 | 111111 | 1001 | 110000 |
Color Harmonies of #84856E
Complementary color
Monochromatic Colors of #84856E
Black with #84856E
Text Example
Text Example
White with #84856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84856E; }
p { color: rgb(132,133,110); }
H1.HeaderClassName
{
color: #84856E;
}
.AnyTagClassName
{
color: #84856E;
}
</style>
background-color css
<style>
a { background-color: #84856E; }
a { background-color: rgb(132,133,110); }
div.DivClassName
{
background-color: #84856E;
}
.BgClassName
{
background-color: #84856E;
}
</style>
border-color css
<style>
span { border-color: #84856E; }
span { border-color: rgb(132,133,110); }
td.TdClassName
{
border-color: #84856E;
}
.TagClassName
{
border-color: #84856E;
}
</style>