Shades of Cement #86715A
Tints of Cement #86715A
RGB
CMYK
RGB Variations
Color information
#86715A (or 0x86715A) is known color: Cement. HEX triplet: 86, 71 and 5A. RGB value is (134,113,90). Sum of RGB (Red+Green+Blue) = 134+113+90=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #86715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86715A is #798EA5. Grayscale: #747474. Windows color (decimal): -7966374 or 5927302. OLE color: 5927302.
HSL color Cylindrical-coordinate representation of color #86715A: hue angle of 31.36º 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 #86715A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 90 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.47 |
| HSL | 31.36º | 0.2% | 0.44% | - |
| HSV(B) | 31.36º | 0.33% | 0.53% | - |
| XYZ | 17.58 | 17.62 | 12.15 | - |
| YUV | 116.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 90 | 0 | 0.16 | 0.33 | 0.47 | 31.36 | 0.2 | 0.44 |
| Hex | 86 | 71 | 5A | 0 | 10 | 21 | 2F | 1F | 14 | 2C |
| Octal | 206 | 161 | 132 | 0 | 20 | 41 | 57 | 37 | 24 | 54 |
| Binary | 10000110 | 1110001 | 1011010 | 0 | 10000 | 100001 | 101111 | 11111 | 10100 | 101100 |
Color Harmonies of #86715A
Complementary color
Monochromatic Colors of #86715A
Black with #86715A
Text Example
Text Example
White with #86715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86715A; }
p { color: rgb(134,113,90); }
H1.HeaderClassName
{
color: #86715A;
}
.AnyTagClassName
{
color: #86715A;
}
</style>
background-color css
<style>
a { background-color: #86715A; }
a { background-color: rgb(134,113,90); }
div.DivClassName
{
background-color: #86715A;
}
.BgClassName
{
background-color: #86715A;
}
</style>
border-color css
<style>
span { border-color: #86715A; }
span { border-color: rgb(134,113,90); }
td.TdClassName
{
border-color: #86715A;
}
.TagClassName
{
border-color: #86715A;
}
</style>