Shades of Cement #86725A
Tints of Cement #86725A
RGB
CMYK
RGB Variations
Color information
#86725A (or 0x86725A) is known color: Cement. HEX triplet: 86, 72 and 5A. RGB value is (134,114,90). Sum of RGB (Red+Green+Blue) = 134+114+90=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725A is #798DA5. Grayscale: #757575. Windows color (decimal): -7966118 or 5927558. OLE color: 5927558.
HSL color Cylindrical-coordinate representation of color #86725A: hue angle of 32.73º 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 #86725A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 90 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.47 |
| HSL | 32.73º | 0.2% | 0.44% | - |
| HSV(B) | 32.73º | 0.33% | 0.53% | - |
| XYZ | 17.69 | 17.84 | 12.18 | - |
| YUV | 117.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 90 | 0 | 0.15 | 0.33 | 0.47 | 32.73 | 0.2 | 0.44 |
| Hex | 86 | 72 | 5A | 0 | F | 21 | 2F | 21 | 14 | 2C |
| Octal | 206 | 162 | 132 | 0 | 17 | 41 | 57 | 41 | 24 | 54 |
| Binary | 10000110 | 1110010 | 1011010 | 0 | 1111 | 100001 | 101111 | 100001 | 10100 | 101100 |
Color Harmonies of #86725A
Complementary color
Monochromatic Colors of #86725A
Black with #86725A
Text Example
Text Example
White with #86725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86725A; }
p { color: rgb(134,114,90); }
H1.HeaderClassName
{
color: #86725A;
}
.AnyTagClassName
{
color: #86725A;
}
</style>
background-color css
<style>
a { background-color: #86725A; }
a { background-color: rgb(134,114,90); }
div.DivClassName
{
background-color: #86725A;
}
.BgClassName
{
background-color: #86725A;
}
</style>
border-color css
<style>
span { border-color: #86725A; }
span { border-color: rgb(134,114,90); }
td.TdClassName
{
border-color: #86725A;
}
.TagClassName
{
border-color: #86725A;
}
</style>