Shades of Americano #86766C
Tints of Americano #86766C
RGB
CMYK
RGB Variations
Color information
#86766C (or 0x86766C) is known color: Americano. HEX triplet: 86, 76 and 6C. RGB value is (134,118,108). Sum of RGB (Red+Green+Blue) = 134+118+108=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86766C is #798993. Grayscale: #797979. Windows color (decimal): -7965076 or 7108230. OLE color: 7108230.
HSL color Cylindrical-coordinate representation of color #86766C: hue angle of 23.08º 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 #86766C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 108 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.47 |
| HSL | 23.08º | 0.11% | 0.47% | - |
| HSV(B) | 23.08º | 0.19% | 0.53% | - |
| XYZ | 19.02 | 19.11 | 16.87 | - |
| YUV | 121.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 108 | 0 | 0.12 | 0.19 | 0.47 | 23.08 | 0.11 | 0.47 |
| Hex | 86 | 76 | 6C | 0 | C | 13 | 2F | 17 | B | 2F |
| Octal | 206 | 166 | 154 | 0 | 14 | 23 | 57 | 27 | 13 | 57 |
| Binary | 10000110 | 1110110 | 1101100 | 0 | 1100 | 10011 | 101111 | 10111 | 1011 | 101111 |
Color Harmonies of #86766C
Complementary color
Monochromatic Colors of #86766C
Black with #86766C
Text Example
Text Example
White with #86766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86766C; }
p { color: rgb(134,118,108); }
H1.HeaderClassName
{
color: #86766C;
}
.AnyTagClassName
{
color: #86766C;
}
</style>
background-color css
<style>
a { background-color: #86766C; }
a { background-color: rgb(134,118,108); }
div.DivClassName
{
background-color: #86766C;
}
.BgClassName
{
background-color: #86766C;
}
</style>
border-color css
<style>
span { border-color: #86766C; }
span { border-color: rgb(134,118,108); }
td.TdClassName
{
border-color: #86766C;
}
.TagClassName
{
border-color: #86766C;
}
</style>