Shades of Cement #86715B
Tints of Cement #86715B
RGB
CMYK
RGB Variations
Color information
#86715B (or 0x86715B) is known color: Cement. HEX triplet: 86, 71 and 5B. RGB value is (134,113,91). Sum of RGB (Red+Green+Blue) = 134+113+91=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86715B is #798EA4. Grayscale: #747474. Windows color (decimal): -7966373 or 5992838. OLE color: 5992838.
HSL color Cylindrical-coordinate representation of color #86715B: hue angle of 30.7º 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 #86715B is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 91 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.47 |
| HSL | 30.7º | 0.19% | 0.44% | - |
| HSV(B) | 30.7º | 0.32% | 0.53% | - |
| XYZ | 17.62 | 17.63 | 12.37 | - |
| YUV | 116.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 91 | 0 | 0.16 | 0.32 | 0.47 | 30.7 | 0.19 | 0.44 |
| Hex | 86 | 71 | 5B | 0 | 10 | 20 | 2F | 1F | 13 | 2C |
| Octal | 206 | 161 | 133 | 0 | 20 | 40 | 57 | 37 | 23 | 54 |
| Binary | 10000110 | 1110001 | 1011011 | 0 | 10000 | 100000 | 101111 | 11111 | 10011 | 101100 |
Color Harmonies of #86715B
Complementary color
Monochromatic Colors of #86715B
Black with #86715B
Text Example
Text Example
White with #86715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86715B; }
p { color: rgb(134,113,91); }
H1.HeaderClassName
{
color: #86715B;
}
.AnyTagClassName
{
color: #86715B;
}
</style>
background-color css
<style>
a { background-color: #86715B; }
a { background-color: rgb(134,113,91); }
div.DivClassName
{
background-color: #86715B;
}
.BgClassName
{
background-color: #86715B;
}
</style>
border-color css
<style>
span { border-color: #86715B; }
span { border-color: rgb(134,113,91); }
td.TdClassName
{
border-color: #86715B;
}
.TagClassName
{
border-color: #86715B;
}
</style>