Shades of Cement #816F56
Tints of Cement #816F56
RGB
CMYK
RGB Variations
Color information
#816F56 (or 0x816F56) is known color: Cement. HEX triplet: 81, 6F and 56. RGB value is (129,111,86). Sum of RGB (Red+Green+Blue) = 129+111+86=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F56 is #7E90A9. Grayscale: #717171. Windows color (decimal): -8294570 or 5664641. OLE color: 5664641.
HSL color Cylindrical-coordinate representation of color #816F56: hue angle of 34.88º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816F56 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 86 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.49 |
| HSL | 34.88º | 0.2% | 0.42% | - |
| HSV(B) | 34.88º | 0.33% | 0.51% | - |
| XYZ | 16.42 | 16.71 | 11.16 | - |
| YUV | 113.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 86 | 0 | 0.14 | 0.33 | 0.49 | 34.88 | 0.2 | 0.42 |
| Hex | 81 | 6F | 56 | 0 | E | 21 | 31 | 23 | 14 | 2A |
| Octal | 201 | 157 | 126 | 0 | 16 | 41 | 61 | 43 | 24 | 52 |
| Binary | 10000001 | 1101111 | 1010110 | 0 | 1110 | 100001 | 110001 | 100011 | 10100 | 101010 |
Color Harmonies of #816F56
Complementary color
Monochromatic Colors of #816F56
Black with #816F56
Text Example
Text Example
White with #816F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F56; }
p { color: rgb(129,111,86); }
H1.HeaderClassName
{
color: #816F56;
}
.AnyTagClassName
{
color: #816F56;
}
</style>
background-color css
<style>
a { background-color: #816F56; }
a { background-color: rgb(129,111,86); }
div.DivClassName
{
background-color: #816F56;
}
.BgClassName
{
background-color: #816F56;
}
</style>
border-color css
<style>
span { border-color: #816F56; }
span { border-color: rgb(129,111,86); }
td.TdClassName
{
border-color: #816F56;
}
.TagClassName
{
border-color: #816F56;
}
</style>