Shades of Cement #836A51
Tints of Cement #836A51
RGB
CMYK
RGB Variations
Color information
#836A51 (or 0x836A51) is known color: Cement. HEX triplet: 83, 6A and 51. RGB value is (131,106,81). Sum of RGB (Red+Green+Blue) = 131+106+81=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #836A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A51 is #7C95AE. Grayscale: #6E6E6E. Windows color (decimal): -8164783 or 5335683. OLE color: 5335683.
HSL color Cylindrical-coordinate representation of color #836A51: hue angle of 30º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836A51 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 81 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.49 |
| HSL | 30º | 0.24% | 0.42% | - |
| HSV(B) | 30º | 0.38% | 0.51% | - |
| XYZ | 16 | 15.73 | 9.98 | - |
| YUV | 110.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 81 | 0 | 0.19 | 0.38 | 0.49 | 30 | 0.24 | 0.42 |
| Hex | 83 | 6A | 51 | 0 | 13 | 26 | 31 | 1E | 18 | 2A |
| Octal | 203 | 152 | 121 | 0 | 23 | 46 | 61 | 36 | 30 | 52 |
| Binary | 10000011 | 1101010 | 1010001 | 0 | 10011 | 100110 | 110001 | 11110 | 11000 | 101010 |
Color Harmonies of #836A51
Complementary color
Monochromatic Colors of #836A51
Black with #836A51
Text Example
Text Example
White with #836A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A51; }
p { color: rgb(131,106,81); }
H1.HeaderClassName
{
color: #836A51;
}
.AnyTagClassName
{
color: #836A51;
}
</style>
background-color css
<style>
a { background-color: #836A51; }
a { background-color: rgb(131,106,81); }
div.DivClassName
{
background-color: #836A51;
}
.BgClassName
{
background-color: #836A51;
}
</style>
border-color css
<style>
span { border-color: #836A51; }
span { border-color: rgb(131,106,81); }
td.TdClassName
{
border-color: #836A51;
}
.TagClassName
{
border-color: #836A51;
}
</style>