Shades of Manhattan #E6A876
Tints of Manhattan #E6A876
RGB
CMYK
RGB Variations
Color information
#E6A876 (or 0xE6A876) is known color: Manhattan. HEX triplet: E6, A8 and 76. RGB value is (230,168,118). Sum of RGB (Red+Green+Blue) = 230+168+118=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A876 is #195789. Grayscale: #B5B5B5. Windows color (decimal): -1660810 or 7776486. OLE color: 7776486.
HSL color Cylindrical-coordinate representation of color #E6A876: hue angle of 26.79º 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 #E6A876 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 118 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.10 |
| HSL | 26.79º | 0.69% | 0.68% | - |
| HSV(B) | 26.79º | 0.49% | 0.9% | - |
| XYZ | 49.91 | 46.14 | 23.41 | - |
| YUV | 180.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 118 | 0 | 0.27 | 0.49 | 0.10 | 26.79 | 0.69 | 0.68 |
| Hex | E6 | A8 | 76 | 0 | 1B | 31 | A | 1B | 45 | 44 |
| Octal | 346 | 250 | 166 | 0 | 33 | 61 | 12 | 33 | 105 | 104 |
| Binary | 11100110 | 10101000 | 1110110 | 0 | 11011 | 110001 | 1010 | 11011 | 1000101 | 1000100 |
Color Harmonies of #E6A876
Complementary color
Monochromatic Colors of #E6A876
Black with #E6A876
Text Example
Text Example
White with #E6A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A876; }
p { color: rgb(230,168,118); }
H1.HeaderClassName
{
color: #E6A876;
}
.AnyTagClassName
{
color: #E6A876;
}
</style>
background-color css
<style>
a { background-color: #E6A876; }
a { background-color: rgb(230,168,118); }
div.DivClassName
{
background-color: #E6A876;
}
.BgClassName
{
background-color: #E6A876;
}
</style>
border-color css
<style>
span { border-color: #E6A876; }
span { border-color: rgb(230,168,118); }
td.TdClassName
{
border-color: #E6A876;
}
.TagClassName
{
border-color: #E6A876;
}
</style>