Shades of Schist #84836F
Tints of Schist #84836F
RGB
CMYK
RGB Variations
Color information
#84836F (or 0x84836F) is known color: Schist. HEX triplet: 84, 83 and 6F. RGB value is (132,131,111). Sum of RGB (Red+Green+Blue) = 132+131+111=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #84836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836F is #7B7C90. Grayscale: #818181. Windows color (decimal): -8092817 or 7308164. OLE color: 7308164.
HSL color Cylindrical-coordinate representation of color #84836F: hue angle of 57.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84836F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 111 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.48 |
| HSL | 57.14º | 0.09% | 0.48% | - |
| HSV(B) | 57.14º | 0.16% | 0.52% | - |
| XYZ | 20.5 | 22.29 | 18.26 | - |
| YUV | 129.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 111 | 0 | 0.01 | 0.16 | 0.48 | 57.14 | 0.09 | 0.48 |
| Hex | 84 | 83 | 6F | 0 | 1 | 10 | 30 | 39 | 9 | 30 |
| Octal | 204 | 203 | 157 | 0 | 1 | 20 | 60 | 71 | 11 | 60 |
| Binary | 10000100 | 10000011 | 1101111 | 0 | 1 | 10000 | 110000 | 111001 | 1001 | 110000 |
Color Harmonies of #84836F
Complementary color
Monochromatic Colors of #84836F
Black with #84836F
Text Example
Text Example
White with #84836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84836F; }
p { color: rgb(132,131,111); }
H1.HeaderClassName
{
color: #84836F;
}
.AnyTagClassName
{
color: #84836F;
}
</style>
background-color css
<style>
a { background-color: #84836F; }
a { background-color: rgb(132,131,111); }
div.DivClassName
{
background-color: #84836F;
}
.BgClassName
{
background-color: #84836F;
}
</style>
border-color css
<style>
span { border-color: #84836F; }
span { border-color: rgb(132,131,111); }
td.TdClassName
{
border-color: #84836F;
}
.TagClassName
{
border-color: #84836F;
}
</style>