Shades of Americano #867B6E
Tints of Americano #867B6E
RGB
CMYK
RGB Variations
Color information
#867B6E (or 0x867B6E) is known color: Americano. HEX triplet: 86, 7B and 6E. RGB value is (134,123,110). Sum of RGB (Red+Green+Blue) = 134+123+110=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B6E is #798491. Grayscale: #7C7C7C. Windows color (decimal): -7963794 or 7240582. OLE color: 7240582.
HSL color Cylindrical-coordinate representation of color #867B6E: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #867B6E is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 110 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.47 |
| HSL | 32.5º | 0.1% | 0.48% | - |
| HSV(B) | 32.5º | 0.18% | 0.53% | - |
| XYZ | 19.73 | 20.36 | 17.64 | - |
| YUV | 124.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 110 | 0 | 0.08 | 0.18 | 0.47 | 32.5 | 0.1 | 0.48 |
| Hex | 86 | 7B | 6E | 0 | 8 | 12 | 2F | 20 | A | 30 |
| Octal | 206 | 173 | 156 | 0 | 10 | 22 | 57 | 40 | 12 | 60 |
| Binary | 10000110 | 1111011 | 1101110 | 0 | 1000 | 10010 | 101111 | 100000 | 1010 | 110000 |
Color Harmonies of #867B6E
Complementary color
Monochromatic Colors of #867B6E
Black with #867B6E
Text Example
Text Example
White with #867B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B6E; }
p { color: rgb(134,123,110); }
H1.HeaderClassName
{
color: #867B6E;
}
.AnyTagClassName
{
color: #867B6E;
}
</style>
background-color css
<style>
a { background-color: #867B6E; }
a { background-color: rgb(134,123,110); }
div.DivClassName
{
background-color: #867B6E;
}
.BgClassName
{
background-color: #867B6E;
}
</style>
border-color css
<style>
span { border-color: #867B6E; }
span { border-color: rgb(134,123,110); }
td.TdClassName
{
border-color: #867B6E;
}
.TagClassName
{
border-color: #867B6E;
}
</style>