Shades of Cement #846E57
Tints of Cement #846E57
RGB
CMYK
RGB Variations
Color information
#846E57 (or 0x846E57) is known color: Cement. HEX triplet: 84, 6E and 57. RGB value is (132,110,87). Sum of RGB (Red+Green+Blue) = 132+110+87=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E57 is #7B91A8. Grayscale: #727272. Windows color (decimal): -8098217 or 5729924. OLE color: 5729924.
HSL color Cylindrical-coordinate representation of color #846E57: hue angle of 30.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #846E57 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 87 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.48 |
| HSL | 30.67º | 0.21% | 0.43% | - |
| HSV(B) | 30.67º | 0.34% | 0.52% | - |
| XYZ | 16.81 | 16.75 | 11.36 | - |
| YUV | 113.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 87 | 0 | 0.17 | 0.34 | 0.48 | 30.67 | 0.21 | 0.43 |
| Hex | 84 | 6E | 57 | 0 | 11 | 22 | 30 | 1F | 15 | 2B |
| Octal | 204 | 156 | 127 | 0 | 21 | 42 | 60 | 37 | 25 | 53 |
| Binary | 10000100 | 1101110 | 1010111 | 0 | 10001 | 100010 | 110000 | 11111 | 10101 | 101011 |
Color Harmonies of #846E57
Complementary color
Monochromatic Colors of #846E57
Black with #846E57
Text Example
Text Example
White with #846E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E57; }
p { color: rgb(132,110,87); }
H1.HeaderClassName
{
color: #846E57;
}
.AnyTagClassName
{
color: #846E57;
}
</style>
background-color css
<style>
a { background-color: #846E57; }
a { background-color: rgb(132,110,87); }
div.DivClassName
{
background-color: #846E57;
}
.BgClassName
{
background-color: #846E57;
}
</style>
border-color css
<style>
span { border-color: #846E57; }
span { border-color: rgb(132,110,87); }
td.TdClassName
{
border-color: #846E57;
}
.TagClassName
{
border-color: #846E57;
}
</style>