Shades of Cement #856F59
Tints of Cement #856F59
RGB
CMYK
RGB Variations
Color information
#856F59 (or 0x856F59) is known color: Cement. HEX triplet: 85, 6F and 59. RGB value is (133,111,89). Sum of RGB (Red+Green+Blue) = 133+111+89=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F59 is #7A90A6. Grayscale: #737373. Windows color (decimal): -8032423 or 5861253. OLE color: 5861253.
HSL color Cylindrical-coordinate representation of color #856F59: hue angle of 30º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856F59 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 89 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.48 |
| HSL | 30º | 0.2% | 0.44% | - |
| HSV(B) | 30º | 0.33% | 0.52% | - |
| XYZ | 17.16 | 17.08 | 11.84 | - |
| YUV | 115.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 89 | 0 | 0.17 | 0.33 | 0.48 | 30 | 0.2 | 0.44 |
| Hex | 85 | 6F | 59 | 0 | 11 | 21 | 30 | 1E | 14 | 2C |
| Octal | 205 | 157 | 131 | 0 | 21 | 41 | 60 | 36 | 24 | 54 |
| Binary | 10000101 | 1101111 | 1011001 | 0 | 10001 | 100001 | 110000 | 11110 | 10100 | 101100 |
Color Harmonies of #856F59
Complementary color
Monochromatic Colors of #856F59
Black with #856F59
Text Example
Text Example
White with #856F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F59; }
p { color: rgb(133,111,89); }
H1.HeaderClassName
{
color: #856F59;
}
.AnyTagClassName
{
color: #856F59;
}
</style>
background-color css
<style>
a { background-color: #856F59; }
a { background-color: rgb(133,111,89); }
div.DivClassName
{
background-color: #856F59;
}
.BgClassName
{
background-color: #856F59;
}
</style>
border-color css
<style>
span { border-color: #856F59; }
span { border-color: rgb(133,111,89); }
td.TdClassName
{
border-color: #856F59;
}
.TagClassName
{
border-color: #856F59;
}
</style>