Shades of Americano #86766D
Tints of Americano #86766D
RGB
CMYK
RGB Variations
Color information
#86766D (or 0x86766D) is known color: Americano. HEX triplet: 86, 76 and 6D. RGB value is (134,118,109). Sum of RGB (Red+Green+Blue) = 134+118+109=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86766D is #798992. Grayscale: #797979. Windows color (decimal): -7965075 or 7173766. OLE color: 7173766.
HSL color Cylindrical-coordinate representation of color #86766D: hue angle of 21.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86766D is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 109 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.47 |
| HSL | 21.6º | 0.1% | 0.48% | - |
| HSV(B) | 21.6º | 0.19% | 0.53% | - |
| XYZ | 19.07 | 19.13 | 17.16 | - |
| YUV | 121.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 109 | 0 | 0.12 | 0.19 | 0.47 | 21.6 | 0.1 | 0.48 |
| Hex | 86 | 76 | 6D | 0 | C | 13 | 2F | 16 | A | 30 |
| Octal | 206 | 166 | 155 | 0 | 14 | 23 | 57 | 26 | 12 | 60 |
| Binary | 10000110 | 1110110 | 1101101 | 0 | 1100 | 10011 | 101111 | 10110 | 1010 | 110000 |
Color Harmonies of #86766D
Complementary color
Monochromatic Colors of #86766D
Black with #86766D
Text Example
Text Example
White with #86766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86766D; }
p { color: rgb(134,118,109); }
H1.HeaderClassName
{
color: #86766D;
}
.AnyTagClassName
{
color: #86766D;
}
</style>
background-color css
<style>
a { background-color: #86766D; }
a { background-color: rgb(134,118,109); }
div.DivClassName
{
background-color: #86766D;
}
.BgClassName
{
background-color: #86766D;
}
</style>
border-color css
<style>
span { border-color: #86766D; }
span { border-color: rgb(134,118,109); }
td.TdClassName
{
border-color: #86766D;
}
.TagClassName
{
border-color: #86766D;
}
</style>