Shades of Manhattan #E6A975
Tints of Manhattan #E6A975
RGB
CMYK
RGB Variations
Color information
#E6A975 (or 0xE6A975) is known color: Manhattan. HEX triplet: E6, A9 and 75. RGB value is (230,169,117). Sum of RGB (Red+Green+Blue) = 230+169+117=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A975 is #19568A. Grayscale: #B5B5B5. Windows color (decimal): -1660555 or 7711206. OLE color: 7711206.
HSL color Cylindrical-coordinate representation of color #E6A975: hue angle of 27.61º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6A975 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 117 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.10 |
| HSL | 27.61º | 0.69% | 0.68% | - |
| HSV(B) | 27.61º | 0.49% | 0.9% | - |
| XYZ | 50.03 | 46.48 | 23.16 | - |
| YUV | 181.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 117 | 0 | 0.27 | 0.49 | 0.10 | 27.61 | 0.69 | 0.68 |
| Hex | E6 | A9 | 75 | 0 | 1B | 31 | A | 1C | 45 | 44 |
| Octal | 346 | 251 | 165 | 0 | 33 | 61 | 12 | 34 | 105 | 104 |
| Binary | 11100110 | 10101001 | 1110101 | 0 | 11011 | 110001 | 1010 | 11100 | 1000101 | 1000100 |
Color Harmonies of #E6A975
Complementary color
Monochromatic Colors of #E6A975
Black with #E6A975
Text Example
Text Example
White with #E6A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A975; }
p { color: rgb(230,169,117); }
H1.HeaderClassName
{
color: #E6A975;
}
.AnyTagClassName
{
color: #E6A975;
}
</style>
background-color css
<style>
a { background-color: #E6A975; }
a { background-color: rgb(230,169,117); }
div.DivClassName
{
background-color: #E6A975;
}
.BgClassName
{
background-color: #E6A975;
}
</style>
border-color css
<style>
span { border-color: #E6A975; }
span { border-color: rgb(230,169,117); }
td.TdClassName
{
border-color: #E6A975;
}
.TagClassName
{
border-color: #E6A975;
}
</style>