Shades of Schist #85846B
Tints of Schist #85846B
RGB
CMYK
RGB Variations
Color information
#85846B (or 0x85846B) is known color: Schist. HEX triplet: 85, 84 and 6B. RGB value is (133,132,107). Sum of RGB (Red+Green+Blue) = 133+132+107=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85846B is #7A7B94. Grayscale: #818181. Windows color (decimal): -8027029 or 7046277. OLE color: 7046277.
HSL color Cylindrical-coordinate representation of color #85846B: hue angle of 57.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85846B is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 107 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.48 |
| HSL | 57.69º | 0.11% | 0.47% | - |
| HSV(B) | 57.69º | 0.2% | 0.52% | - |
| XYZ | 20.58 | 22.55 | 17.18 | - |
| YUV | 129.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 107 | 0 | 0.01 | 0.20 | 0.48 | 57.69 | 0.11 | 0.47 |
| Hex | 85 | 84 | 6B | 0 | 1 | 14 | 30 | 3A | B | 2F |
| Octal | 205 | 204 | 153 | 0 | 1 | 24 | 60 | 72 | 13 | 57 |
| Binary | 10000101 | 10000100 | 1101011 | 0 | 1 | 10100 | 110000 | 111010 | 1011 | 101111 |
Color Harmonies of #85846B
Complementary color
Monochromatic Colors of #85846B
Black with #85846B
Text Example
Text Example
White with #85846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85846B; }
p { color: rgb(133,132,107); }
H1.HeaderClassName
{
color: #85846B;
}
.AnyTagClassName
{
color: #85846B;
}
</style>
background-color css
<style>
a { background-color: #85846B; }
a { background-color: rgb(133,132,107); }
div.DivClassName
{
background-color: #85846B;
}
.BgClassName
{
background-color: #85846B;
}
</style>
border-color css
<style>
span { border-color: #85846B; }
span { border-color: rgb(133,132,107); }
td.TdClassName
{
border-color: #85846B;
}
.TagClassName
{
border-color: #85846B;
}
</style>