Shades of Cement #846F57
Tints of Cement #846F57
RGB
CMYK
RGB Variations
Color information
#846F57 (or 0x846F57) is known color: Cement. HEX triplet: 84, 6F and 57. RGB value is (132,111,87). Sum of RGB (Red+Green+Blue) = 132+111+87=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F57 is #7B90A8. Grayscale: #727272. Windows color (decimal): -8097961 or 5730180. OLE color: 5730180.
HSL color Cylindrical-coordinate representation of color #846F57: hue angle of 32º 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 #846F57 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 87 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.48 |
| HSL | 32º | 0.21% | 0.43% | - |
| HSV(B) | 32º | 0.34% | 0.52% | - |
| XYZ | 16.92 | 16.96 | 11.4 | - |
| YUV | 114.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 87 | 0 | 0.16 | 0.34 | 0.48 | 32 | 0.21 | 0.43 |
| Hex | 84 | 6F | 57 | 0 | 10 | 22 | 30 | 20 | 15 | 2B |
| Octal | 204 | 157 | 127 | 0 | 20 | 42 | 60 | 40 | 25 | 53 |
| Binary | 10000100 | 1101111 | 1010111 | 0 | 10000 | 100010 | 110000 | 100000 | 10101 | 101011 |
Color Harmonies of #846F57
Complementary color
Monochromatic Colors of #846F57
Black with #846F57
Text Example
Text Example
White with #846F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F57; }
p { color: rgb(132,111,87); }
H1.HeaderClassName
{
color: #846F57;
}
.AnyTagClassName
{
color: #846F57;
}
</style>
background-color css
<style>
a { background-color: #846F57; }
a { background-color: rgb(132,111,87); }
div.DivClassName
{
background-color: #846F57;
}
.BgClassName
{
background-color: #846F57;
}
</style>
border-color css
<style>
span { border-color: #846F57; }
span { border-color: rgb(132,111,87); }
td.TdClassName
{
border-color: #846F57;
}
.TagClassName
{
border-color: #846F57;
}
</style>