Shades of Cement #86765B
Tints of Cement #86765B
RGB
CMYK
RGB Variations
Color information
#86765B (or 0x86765B) is known color: Cement. HEX triplet: 86, 76 and 5B. RGB value is (134,118,91). Sum of RGB (Red+Green+Blue) = 134+118+91=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86765B is #7989A4. Grayscale: #777777. Windows color (decimal): -7965093 or 5994118. OLE color: 5994118.
HSL color Cylindrical-coordinate representation of color #86765B: hue angle of 37.67º 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 #86765B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 91 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.47 |
| HSL | 37.67º | 0.19% | 0.44% | - |
| HSV(B) | 37.67º | 0.32% | 0.53% | - |
| XYZ | 18.2 | 18.78 | 12.56 | - |
| YUV | 119.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 91 | 0 | 0.12 | 0.32 | 0.47 | 37.67 | 0.19 | 0.44 |
| Hex | 86 | 76 | 5B | 0 | C | 20 | 2F | 26 | 13 | 2C |
| Octal | 206 | 166 | 133 | 0 | 14 | 40 | 57 | 46 | 23 | 54 |
| Binary | 10000110 | 1110110 | 1011011 | 0 | 1100 | 100000 | 101111 | 100110 | 10011 | 101100 |
Color Harmonies of #86765B
Complementary color
Monochromatic Colors of #86765B
Black with #86765B
Text Example
Text Example
White with #86765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86765B; }
p { color: rgb(134,118,91); }
H1.HeaderClassName
{
color: #86765B;
}
.AnyTagClassName
{
color: #86765B;
}
</style>
background-color css
<style>
a { background-color: #86765B; }
a { background-color: rgb(134,118,91); }
div.DivClassName
{
background-color: #86765B;
}
.BgClassName
{
background-color: #86765B;
}
</style>
border-color css
<style>
span { border-color: #86765B; }
span { border-color: rgb(134,118,91); }
td.TdClassName
{
border-color: #86765B;
}
.TagClassName
{
border-color: #86765B;
}
</style>