Shades of Manhattan #E6B17E
Tints of Manhattan #E6B17E
RGB
CMYK
RGB Variations
Color information
#E6B17E (or 0xE6B17E) is known color: Manhattan. HEX triplet: E6, B1 and 7E. RGB value is (230,177,126). Sum of RGB (Red+Green+Blue) = 230+177+126=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B17E is #194E81. Grayscale: #BBBBBB. Windows color (decimal): -1658498 or 8303078. OLE color: 8303078.
HSL color Cylindrical-coordinate representation of color #E6B17E: hue angle of 29.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6B17E is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 126 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.10 |
| HSL | 29.42º | 0.68% | 0.7% | - |
| HSV(B) | 29.42º | 0.45% | 0.9% | - |
| XYZ | 52.12 | 49.77 | 26.6 | - |
| YUV | 187.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 126 | 0 | 0.23 | 0.45 | 0.10 | 29.42 | 0.68 | 0.7 |
| Hex | E6 | B1 | 7E | 0 | 17 | 2D | A | 1D | 44 | 46 |
| Octal | 346 | 261 | 176 | 0 | 27 | 55 | 12 | 35 | 104 | 106 |
| Binary | 11100110 | 10110001 | 1111110 | 0 | 10111 | 101101 | 1010 | 11101 | 1000100 | 1000110 |
Color Harmonies of #E6B17E
Complementary color
Monochromatic Colors of #E6B17E
Black with #E6B17E
Text Example
Text Example
White with #E6B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B17E; }
p { color: rgb(230,177,126); }
H1.HeaderClassName
{
color: #E6B17E;
}
.AnyTagClassName
{
color: #E6B17E;
}
</style>
background-color css
<style>
a { background-color: #E6B17E; }
a { background-color: rgb(230,177,126); }
div.DivClassName
{
background-color: #E6B17E;
}
.BgClassName
{
background-color: #E6B17E;
}
</style>
border-color css
<style>
span { border-color: #E6B17E; }
span { border-color: rgb(230,177,126); }
td.TdClassName
{
border-color: #E6B17E;
}
.TagClassName
{
border-color: #E6B17E;
}
</style>