Shades of Manhattan #E6B077
Tints of Manhattan #E6B077
RGB
CMYK
RGB Variations
Color information
#E6B077 (or 0xE6B077) is known color: Manhattan. HEX triplet: E6, B0 and 77. RGB value is (230,176,119). Sum of RGB (Red+Green+Blue) = 230+176+119=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B077 is #194F88. Grayscale: #B9B9B9. Windows color (decimal): -1658761 or 7844070. OLE color: 7844070.
HSL color Cylindrical-coordinate representation of color #E6B077: hue angle of 30.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6B077 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 119 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.10 |
| HSL | 30.81º | 0.69% | 0.68% | - |
| HSV(B) | 30.81º | 0.48% | 0.9% | - |
| XYZ | 51.49 | 49.21 | 24.24 | - |
| YUV | 185.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 119 | 0 | 0.23 | 0.48 | 0.10 | 30.81 | 0.69 | 0.68 |
| Hex | E6 | B0 | 77 | 0 | 17 | 30 | A | 1F | 45 | 44 |
| Octal | 346 | 260 | 167 | 0 | 27 | 60 | 12 | 37 | 105 | 104 |
| Binary | 11100110 | 10110000 | 1110111 | 0 | 10111 | 110000 | 1010 | 11111 | 1000101 | 1000100 |
Color Harmonies of #E6B077
Complementary color
Monochromatic Colors of #E6B077
Black with #E6B077
Text Example
Text Example
White with #E6B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B077; }
p { color: rgb(230,176,119); }
H1.HeaderClassName
{
color: #E6B077;
}
.AnyTagClassName
{
color: #E6B077;
}
</style>
background-color css
<style>
a { background-color: #E6B077; }
a { background-color: rgb(230,176,119); }
div.DivClassName
{
background-color: #E6B077;
}
.BgClassName
{
background-color: #E6B077;
}
</style>
border-color css
<style>
span { border-color: #E6B077; }
span { border-color: rgb(230,176,119); }
td.TdClassName
{
border-color: #E6B077;
}
.TagClassName
{
border-color: #E6B077;
}
</style>