Shades of Cement #86755E
Tints of Cement #86755E
RGB
CMYK
RGB Variations
Color information
#86755E (or 0x86755E) is known color: Cement. HEX triplet: 86, 75 and 5E. RGB value is (134,117,94). Sum of RGB (Red+Green+Blue) = 134+117+94=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755E is #798AA1. Grayscale: #777777. Windows color (decimal): -7965346 or 6190470. OLE color: 6190470.
HSL color Cylindrical-coordinate representation of color #86755E: hue angle of 34.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86755E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 94 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.47 |
| HSL | 34.5º | 0.18% | 0.45% | - |
| HSV(B) | 34.5º | 0.3% | 0.53% | - |
| XYZ | 18.21 | 18.6 | 13.22 | - |
| YUV | 119.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 94 | 0 | 0.13 | 0.30 | 0.47 | 34.5 | 0.18 | 0.45 |
| Hex | 86 | 75 | 5E | 0 | D | 1E | 2F | 22 | 12 | 2D |
| Octal | 206 | 165 | 136 | 0 | 15 | 36 | 57 | 42 | 22 | 55 |
| Binary | 10000110 | 1110101 | 1011110 | 0 | 1101 | 11110 | 101111 | 100010 | 10010 | 101101 |
Color Harmonies of #86755E
Complementary color
Monochromatic Colors of #86755E
Black with #86755E
Text Example
Text Example
White with #86755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86755E; }
p { color: rgb(134,117,94); }
H1.HeaderClassName
{
color: #86755E;
}
.AnyTagClassName
{
color: #86755E;
}
</style>
background-color css
<style>
a { background-color: #86755E; }
a { background-color: rgb(134,117,94); }
div.DivClassName
{
background-color: #86755E;
}
.BgClassName
{
background-color: #86755E;
}
</style>
border-color css
<style>
span { border-color: #86755E; }
span { border-color: rgb(134,117,94); }
td.TdClassName
{
border-color: #86755E;
}
.TagClassName
{
border-color: #86755E;
}
</style>