Shades of Americano #867B71
Tints of Americano #867B71
RGB
CMYK
RGB Variations
Color information
#867B71 (or 0x867B71) is known color: Americano. HEX triplet: 86, 7B and 71. RGB value is (134,123,113). Sum of RGB (Red+Green+Blue) = 134+123+113=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B71 is #79848E. Grayscale: #7D7D7D. Windows color (decimal): -7963791 or 7437190. OLE color: 7437190.
HSL color Cylindrical-coordinate representation of color #867B71: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867B71 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 113 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.47 |
| HSL | 28.57º | 0.09% | 0.48% | - |
| HSV(B) | 28.57º | 0.16% | 0.53% | - |
| XYZ | 19.9 | 20.43 | 18.52 | - |
| YUV | 125.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 113 | 0 | 0.08 | 0.16 | 0.47 | 28.57 | 0.09 | 0.48 |
| Hex | 86 | 7B | 71 | 0 | 8 | 10 | 2F | 1D | 9 | 30 |
| Octal | 206 | 173 | 161 | 0 | 10 | 20 | 57 | 35 | 11 | 60 |
| Binary | 10000110 | 1111011 | 1110001 | 0 | 1000 | 10000 | 101111 | 11101 | 1001 | 110000 |
Color Harmonies of #867B71
Complementary color
Monochromatic Colors of #867B71
Black with #867B71
Text Example
Text Example
White with #867B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B71; }
p { color: rgb(134,123,113); }
H1.HeaderClassName
{
color: #867B71;
}
.AnyTagClassName
{
color: #867B71;
}
</style>
background-color css
<style>
a { background-color: #867B71; }
a { background-color: rgb(134,123,113); }
div.DivClassName
{
background-color: #867B71;
}
.BgClassName
{
background-color: #867B71;
}
</style>
border-color css
<style>
span { border-color: #867B71; }
span { border-color: rgb(134,123,113); }
td.TdClassName
{
border-color: #867B71;
}
.TagClassName
{
border-color: #867B71;
}
</style>