Shades of Cement #86725B
Tints of Cement #86725B
RGB
CMYK
RGB Variations
Color information
#86725B (or 0x86725B) is known color: Cement. HEX triplet: 86, 72 and 5B. RGB value is (134,114,91). Sum of RGB (Red+Green+Blue) = 134+114+91=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725B is #798DA4. Grayscale: #757575. Windows color (decimal): -7966117 or 5993094. OLE color: 5993094.
HSL color Cylindrical-coordinate representation of color #86725B: hue angle of 32.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86725B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 91 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.47 |
| HSL | 32.09º | 0.19% | 0.44% | - |
| HSV(B) | 32.09º | 0.32% | 0.53% | - |
| XYZ | 17.74 | 17.86 | 12.41 | - |
| YUV | 117.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 91 | 0 | 0.15 | 0.32 | 0.47 | 32.09 | 0.19 | 0.44 |
| Hex | 86 | 72 | 5B | 0 | F | 20 | 2F | 20 | 13 | 2C |
| Octal | 206 | 162 | 133 | 0 | 17 | 40 | 57 | 40 | 23 | 54 |
| Binary | 10000110 | 1110010 | 1011011 | 0 | 1111 | 100000 | 101111 | 100000 | 10011 | 101100 |
Color Harmonies of #86725B
Complementary color
Monochromatic Colors of #86725B
Black with #86725B
Text Example
Text Example
White with #86725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86725B; }
p { color: rgb(134,114,91); }
H1.HeaderClassName
{
color: #86725B;
}
.AnyTagClassName
{
color: #86725B;
}
</style>
background-color css
<style>
a { background-color: #86725B; }
a { background-color: rgb(134,114,91); }
div.DivClassName
{
background-color: #86725B;
}
.BgClassName
{
background-color: #86725B;
}
</style>
border-color css
<style>
span { border-color: #86725B; }
span { border-color: rgb(134,114,91); }
td.TdClassName
{
border-color: #86725B;
}
.TagClassName
{
border-color: #86725B;
}
</style>