Shades of Americano #917B6E
Tints of Americano #917B6E
RGB
CMYK
RGB Variations
Color information
#917B6E (or 0x917B6E) is known color: Americano. HEX triplet: 91, 7B and 6E. RGB value is (145,123,110). Sum of RGB (Red+Green+Blue) = 145+123+110=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B6E is #6E8491. Grayscale: #808080. Windows color (decimal): -7242898 or 7240593. OLE color: 7240593.
HSL color Cylindrical-coordinate representation of color #917B6E: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917B6E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 110 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.43 |
| HSL | 22.29º | 0.14% | 0.5% | - |
| HSV(B) | 22.29º | 0.24% | 0.57% | - |
| XYZ | 21.57 | 21.31 | 17.73 | - |
| YUV | 128.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 110 | 0 | 0.15 | 0.24 | 0.43 | 22.29 | 0.14 | 0.5 |
| Hex | 91 | 7B | 6E | 0 | F | 18 | 2B | 16 | E | 32 |
| Octal | 221 | 173 | 156 | 0 | 17 | 30 | 53 | 26 | 16 | 62 |
| Binary | 10010001 | 1111011 | 1101110 | 0 | 1111 | 11000 | 101011 | 10110 | 1110 | 110010 |
Color Harmonies of #917B6E
Complementary color
Monochromatic Colors of #917B6E
Black with #917B6E
Text Example
Text Example
White with #917B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B6E; }
p { color: rgb(145,123,110); }
H1.HeaderClassName
{
color: #917B6E;
}
.AnyTagClassName
{
color: #917B6E;
}
</style>
background-color css
<style>
a { background-color: #917B6E; }
a { background-color: rgb(145,123,110); }
div.DivClassName
{
background-color: #917B6E;
}
.BgClassName
{
background-color: #917B6E;
}
</style>
border-color css
<style>
span { border-color: #917B6E; }
span { border-color: rgb(145,123,110); }
td.TdClassName
{
border-color: #917B6E;
}
.TagClassName
{
border-color: #917B6E;
}
</style>