Shades of Schist #85856A
Tints of Schist #85856A
RGB
CMYK
RGB Variations
Color information
#85856A (or 0x85856A) is known color: Schist. HEX triplet: 85, 85 and 6A. RGB value is (133,133,106). Sum of RGB (Red+Green+Blue) = 133+133+106=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85856A is #7A7A95. Grayscale: #828282. Windows color (decimal): -8026774 or 6980997. OLE color: 6980997.
HSL color Cylindrical-coordinate representation of color #85856A: hue angle of 60º 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 #85856A is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 106 | - |
| CMYK | 0 | 0 | 0.20 | 0.48 |
| HSL | 60º | 0.11% | 0.47% | - |
| HSV(B) | 60º | 0.2% | 0.52% | - |
| XYZ | 20.66 | 22.8 | 16.95 | - |
| YUV | 129.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 106 | 0 | 0 | 0.20 | 0.48 | 60 | 0.11 | 0.47 |
| Hex | 85 | 85 | 6A | 0 | 0 | 14 | 30 | 3C | B | 2F |
| Octal | 205 | 205 | 152 | 0 | 0 | 24 | 60 | 74 | 13 | 57 |
| Binary | 10000101 | 10000101 | 1101010 | 0 | 0 | 10100 | 110000 | 111100 | 1011 | 101111 |
Color Harmonies of #85856A
Complementary color
Monochromatic Colors of #85856A
Black with #85856A
Text Example
Text Example
White with #85856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85856A; }
p { color: rgb(133,133,106); }
H1.HeaderClassName
{
color: #85856A;
}
.AnyTagClassName
{
color: #85856A;
}
</style>
background-color css
<style>
a { background-color: #85856A; }
a { background-color: rgb(133,133,106); }
div.DivClassName
{
background-color: #85856A;
}
.BgClassName
{
background-color: #85856A;
}
</style>
border-color css
<style>
span { border-color: #85856A; }
span { border-color: rgb(133,133,106); }
td.TdClassName
{
border-color: #85856A;
}
.TagClassName
{
border-color: #85856A;
}
</style>