Shades of Schist #84846E
Tints of Schist #84846E
RGB
CMYK
RGB Variations
Color information
#84846E (or 0x84846E) is known color: Schist. HEX triplet: 84, 84 and 6E. RGB value is (132,132,110). Sum of RGB (Red+Green+Blue) = 132+132+110=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84846E is #7B7B91. Grayscale: #818181. Windows color (decimal): -8092562 or 7242884. OLE color: 7242884.
HSL color Cylindrical-coordinate representation of color #84846E: hue angle of 60º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84846E is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 110 | - |
| CMYK | 0 | 0 | 0.17 | 0.48 |
| HSL | 60º | 0.09% | 0.47% | - |
| HSV(B) | 60º | 0.17% | 0.52% | - |
| XYZ | 20.58 | 22.53 | 18.02 | - |
| YUV | 129.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 110 | 0 | 0 | 0.17 | 0.48 | 60 | 0.09 | 0.47 |
| Hex | 84 | 84 | 6E | 0 | 0 | 11 | 30 | 3C | 9 | 2F |
| Octal | 204 | 204 | 156 | 0 | 0 | 21 | 60 | 74 | 11 | 57 |
| Binary | 10000100 | 10000100 | 1101110 | 0 | 0 | 10001 | 110000 | 111100 | 1001 | 101111 |
Color Harmonies of #84846E
Complementary color
Monochromatic Colors of #84846E
Black with #84846E
Text Example
Text Example
White with #84846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84846E; }
p { color: rgb(132,132,110); }
H1.HeaderClassName
{
color: #84846E;
}
.AnyTagClassName
{
color: #84846E;
}
</style>
background-color css
<style>
a { background-color: #84846E; }
a { background-color: rgb(132,132,110); }
div.DivClassName
{
background-color: #84846E;
}
.BgClassName
{
background-color: #84846E;
}
</style>
border-color css
<style>
span { border-color: #84846E; }
span { border-color: rgb(132,132,110); }
td.TdClassName
{
border-color: #84846E;
}
.TagClassName
{
border-color: #84846E;
}
</style>