Shades of Cement #86755C
Tints of Cement #86755C
RGB
CMYK
RGB Variations
Color information
#86755C (or 0x86755C) is known color: Cement. HEX triplet: 86, 75 and 5C. RGB value is (134,117,92). Sum of RGB (Red+Green+Blue) = 134+117+92=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755C is #798AA3. Grayscale: #777777. Windows color (decimal): -7965348 or 6059398. OLE color: 6059398.
HSL color Cylindrical-coordinate representation of color #86755C: hue angle of 35.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86755C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 92 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.47 |
| HSL | 35.71º | 0.19% | 0.44% | - |
| HSV(B) | 35.71º | 0.31% | 0.53% | - |
| XYZ | 18.12 | 18.56 | 12.75 | - |
| YUV | 119.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 92 | 0 | 0.13 | 0.31 | 0.47 | 35.71 | 0.19 | 0.44 |
| Hex | 86 | 75 | 5C | 0 | D | 1F | 2F | 24 | 13 | 2C |
| Octal | 206 | 165 | 134 | 0 | 15 | 37 | 57 | 44 | 23 | 54 |
| Binary | 10000110 | 1110101 | 1011100 | 0 | 1101 | 11111 | 101111 | 100100 | 10011 | 101100 |
Color Harmonies of #86755C
Complementary color
Monochromatic Colors of #86755C
Black with #86755C
Text Example
Text Example
White with #86755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86755C; }
p { color: rgb(134,117,92); }
H1.HeaderClassName
{
color: #86755C;
}
.AnyTagClassName
{
color: #86755C;
}
</style>
background-color css
<style>
a { background-color: #86755C; }
a { background-color: rgb(134,117,92); }
div.DivClassName
{
background-color: #86755C;
}
.BgClassName
{
background-color: #86755C;
}
</style>
border-color css
<style>
span { border-color: #86755C; }
span { border-color: rgb(134,117,92); }
td.TdClassName
{
border-color: #86755C;
}
.TagClassName
{
border-color: #86755C;
}
</style>