Shades of Cement #86755A
Tints of Cement #86755A
RGB
CMYK
RGB Variations
Color information
#86755A (or 0x86755A) is known color: Cement. HEX triplet: 86, 75 and 5A. RGB value is (134,117,90). Sum of RGB (Red+Green+Blue) = 134+117+90=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755A is #798AA5. Grayscale: #777777. Windows color (decimal): -7965350 or 5928326. OLE color: 5928326.
HSL color Cylindrical-coordinate representation of color #86755A: hue angle of 36.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86755A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 90 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.47 |
| HSL | 36.82º | 0.2% | 0.44% | - |
| HSV(B) | 36.82º | 0.33% | 0.53% | - |
| XYZ | 18.04 | 18.53 | 12.3 | - |
| YUV | 119.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 90 | 0 | 0.13 | 0.33 | 0.47 | 36.82 | 0.2 | 0.44 |
| Hex | 86 | 75 | 5A | 0 | D | 21 | 2F | 25 | 14 | 2C |
| Octal | 206 | 165 | 132 | 0 | 15 | 41 | 57 | 45 | 24 | 54 |
| Binary | 10000110 | 1110101 | 1011010 | 0 | 1101 | 100001 | 101111 | 100101 | 10100 | 101100 |
Color Harmonies of #86755A
Complementary color
Monochromatic Colors of #86755A
Black with #86755A
Text Example
Text Example
White with #86755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86755A; }
p { color: rgb(134,117,90); }
H1.HeaderClassName
{
color: #86755A;
}
.AnyTagClassName
{
color: #86755A;
}
</style>
background-color css
<style>
a { background-color: #86755A; }
a { background-color: rgb(134,117,90); }
div.DivClassName
{
background-color: #86755A;
}
.BgClassName
{
background-color: #86755A;
}
</style>
border-color css
<style>
span { border-color: #86755A; }
span { border-color: rgb(134,117,90); }
td.TdClassName
{
border-color: #86755A;
}
.TagClassName
{
border-color: #86755A;
}
</style>