Shades of Americano #86756C
Tints of Americano #86756C
RGB
CMYK
RGB Variations
Color information
#86756C (or 0x86756C) is known color: Americano. HEX triplet: 86, 75 and 6C. RGB value is (134,117,108). Sum of RGB (Red+Green+Blue) = 134+117+108=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756C is #798A93. Grayscale: #797979. Windows color (decimal): -7965332 or 7107974. OLE color: 7107974.
HSL color Cylindrical-coordinate representation of color #86756C: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86756C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 108 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.47 |
| HSL | 20.77º | 0.11% | 0.47% | - |
| HSV(B) | 20.77º | 0.19% | 0.53% | - |
| XYZ | 18.9 | 18.87 | 16.83 | - |
| YUV | 121.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 108 | 0 | 0.13 | 0.19 | 0.47 | 20.77 | 0.11 | 0.47 |
| Hex | 86 | 75 | 6C | 0 | D | 13 | 2F | 15 | B | 2F |
| Octal | 206 | 165 | 154 | 0 | 15 | 23 | 57 | 25 | 13 | 57 |
| Binary | 10000110 | 1110101 | 1101100 | 0 | 1101 | 10011 | 101111 | 10101 | 1011 | 101111 |
Color Harmonies of #86756C
Complementary color
Monochromatic Colors of #86756C
Black with #86756C
Text Example
Text Example
White with #86756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86756C; }
p { color: rgb(134,117,108); }
H1.HeaderClassName
{
color: #86756C;
}
.AnyTagClassName
{
color: #86756C;
}
</style>
background-color css
<style>
a { background-color: #86756C; }
a { background-color: rgb(134,117,108); }
div.DivClassName
{
background-color: #86756C;
}
.BgClassName
{
background-color: #86756C;
}
</style>
border-color css
<style>
span { border-color: #86756C; }
span { border-color: rgb(134,117,108); }
td.TdClassName
{
border-color: #86756C;
}
.TagClassName
{
border-color: #86756C;
}
</style>