Shades of Manhattan #E6A775
Tints of Manhattan #E6A775
RGB
CMYK
RGB Variations
Color information
#E6A775 (or 0xE6A775) is known color: Manhattan. HEX triplet: E6, A7 and 75. RGB value is (230,167,117). Sum of RGB (Red+Green+Blue) = 230+167+117=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A775 is #19588A. Grayscale: #B4B4B4. Windows color (decimal): -1661067 or 7710694. OLE color: 7710694.
HSL color Cylindrical-coordinate representation of color #E6A775: hue angle of 26.55º 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 #E6A775 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 117 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.10 |
| HSL | 26.55º | 0.69% | 0.68% | - |
| HSV(B) | 26.55º | 0.49% | 0.9% | - |
| XYZ | 49.66 | 45.74 | 23.04 | - |
| YUV | 180.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 117 | 0 | 0.27 | 0.49 | 0.10 | 26.55 | 0.69 | 0.68 |
| Hex | E6 | A7 | 75 | 0 | 1B | 31 | A | 1B | 45 | 44 |
| Octal | 346 | 247 | 165 | 0 | 33 | 61 | 12 | 33 | 105 | 104 |
| Binary | 11100110 | 10100111 | 1110101 | 0 | 11011 | 110001 | 1010 | 11011 | 1000101 | 1000100 |
Color Harmonies of #E6A775
Complementary color
Monochromatic Colors of #E6A775
Black with #E6A775
Text Example
Text Example
White with #E6A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A775; }
p { color: rgb(230,167,117); }
H1.HeaderClassName
{
color: #E6A775;
}
.AnyTagClassName
{
color: #E6A775;
}
</style>
background-color css
<style>
a { background-color: #E6A775; }
a { background-color: rgb(230,167,117); }
div.DivClassName
{
background-color: #E6A775;
}
.BgClassName
{
background-color: #E6A775;
}
</style>
border-color css
<style>
span { border-color: #E6A775; }
span { border-color: rgb(230,167,117); }
td.TdClassName
{
border-color: #E6A775;
}
.TagClassName
{
border-color: #E6A775;
}
</style>