Shades of Americano #918074
Tints of Americano #918074
RGB
CMYK
RGB Variations
Color information
#918074 (or 0x918074) is known color: Americano. HEX triplet: 91, 80 and 74. RGB value is (145,128,116). Sum of RGB (Red+Green+Blue) = 145+128+116=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918074 is #6E7F8B. Grayscale: #838383. Windows color (decimal): -7241612 or 7635089. OLE color: 7635089.
HSL color Cylindrical-coordinate representation of color #918074: hue angle of 24.83º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918074 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 116 | - |
| CMYK | 0 | 0.12 | 0.2 | 0.43 |
| HSL | 24.83º | 0.12% | 0.51% | - |
| HSV(B) | 24.83º | 0.2% | 0.57% | - |
| XYZ | 22.55 | 22.72 | 19.72 | - |
| YUV | 131.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 116 | 0 | 0.12 | 0.2 | 0.43 | 24.83 | 0.12 | 0.51 |
| Hex | 91 | 80 | 74 | 0 | C | 14 | 2B | 19 | C | 33 |
| Octal | 221 | 200 | 164 | 0 | 14 | 24 | 53 | 31 | 14 | 63 |
| Binary | 10010001 | 10000000 | 1110100 | 0 | 1100 | 10100 | 101011 | 11001 | 1100 | 110011 |
Color Harmonies of #918074
Complementary color
Monochromatic Colors of #918074
Black with #918074
Text Example
Text Example
White with #918074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918074; }
p { color: rgb(145,128,116); }
H1.HeaderClassName
{
color: #918074;
}
.AnyTagClassName
{
color: #918074;
}
</style>
background-color css
<style>
a { background-color: #918074; }
a { background-color: rgb(145,128,116); }
div.DivClassName
{
background-color: #918074;
}
.BgClassName
{
background-color: #918074;
}
</style>
border-color css
<style>
span { border-color: #918074; }
span { border-color: rgb(145,128,116); }
td.TdClassName
{
border-color: #918074;
}
.TagClassName
{
border-color: #918074;
}
</style>