Shades of Cement #86735D
Tints of Cement #86735D
RGB
CMYK
RGB Variations
Color information
#86735D (or 0x86735D) is known color: Cement. HEX triplet: 86, 73 and 5D. RGB value is (134,115,93). Sum of RGB (Red+Green+Blue) = 134+115+93=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86735D is #798CA2. Grayscale: #767676. Windows color (decimal): -7965859 or 6124422. OLE color: 6124422.
HSL color Cylindrical-coordinate representation of color #86735D: hue angle of 32.2º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86735D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 93 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.47 |
| HSL | 32.2º | 0.18% | 0.45% | - |
| HSV(B) | 32.2º | 0.31% | 0.53% | - |
| XYZ | 17.94 | 18.12 | 12.91 | - |
| YUV | 118.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 93 | 0 | 0.14 | 0.31 | 0.47 | 32.2 | 0.18 | 0.45 |
| Hex | 86 | 73 | 5D | 0 | E | 1F | 2F | 20 | 12 | 2D |
| Octal | 206 | 163 | 135 | 0 | 16 | 37 | 57 | 40 | 22 | 55 |
| Binary | 10000110 | 1110011 | 1011101 | 0 | 1110 | 11111 | 101111 | 100000 | 10010 | 101101 |
Color Harmonies of #86735D
Complementary color
Monochromatic Colors of #86735D
Black with #86735D
Text Example
Text Example
White with #86735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86735D; }
p { color: rgb(134,115,93); }
H1.HeaderClassName
{
color: #86735D;
}
.AnyTagClassName
{
color: #86735D;
}
</style>
background-color css
<style>
a { background-color: #86735D; }
a { background-color: rgb(134,115,93); }
div.DivClassName
{
background-color: #86735D;
}
.BgClassName
{
background-color: #86735D;
}
</style>
border-color css
<style>
span { border-color: #86735D; }
span { border-color: rgb(134,115,93); }
td.TdClassName
{
border-color: #86735D;
}
.TagClassName
{
border-color: #86735D;
}
</style>