Shades of Americano #8C7569
Tints of Americano #8C7569
RGB
CMYK
RGB Variations
Color information
#8C7569 (or 0x8C7569) is known color: Americano. HEX triplet: 8C, 75 and 69. RGB value is (140,117,105). Sum of RGB (Red+Green+Blue) = 140+117+105=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7569 is #738A96. Grayscale: #7A7A7A. Windows color (decimal): -7572119 or 6911372. OLE color: 6911372.
HSL color Cylindrical-coordinate representation of color #8C7569: hue angle of 20.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7569 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 105 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.45 |
| HSL | 20.57º | 0.14% | 0.48% | - |
| HSV(B) | 20.57º | 0.25% | 0.55% | - |
| XYZ | 19.73 | 19.32 | 16.05 | - |
| YUV | 122.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 105 | 0 | 0.16 | 0.25 | 0.45 | 20.57 | 0.14 | 0.48 |
| Hex | 8C | 75 | 69 | 0 | 10 | 19 | 2D | 15 | E | 30 |
| Octal | 214 | 165 | 151 | 0 | 20 | 31 | 55 | 25 | 16 | 60 |
| Binary | 10001100 | 1110101 | 1101001 | 0 | 10000 | 11001 | 101101 | 10101 | 1110 | 110000 |
Color Harmonies of #8C7569
Complementary color
Monochromatic Colors of #8C7569
Black with #8C7569
Text Example
Text Example
White with #8C7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7569; }
p { color: rgb(140,117,105); }
H1.HeaderClassName
{
color: #8C7569;
}
.AnyTagClassName
{
color: #8C7569;
}
</style>
background-color css
<style>
a { background-color: #8C7569; }
a { background-color: rgb(140,117,105); }
div.DivClassName
{
background-color: #8C7569;
}
.BgClassName
{
background-color: #8C7569;
}
</style>
border-color css
<style>
span { border-color: #8C7569; }
span { border-color: rgb(140,117,105); }
td.TdClassName
{
border-color: #8C7569;
}
.TagClassName
{
border-color: #8C7569;
}
</style>