Shades of Manhattan #E6B076
Tints of Manhattan #E6B076
RGB
CMYK
RGB Variations
Color information
#E6B076 (or 0xE6B076) is known color: Manhattan. HEX triplet: E6, B0 and 76. RGB value is (230,176,118). Sum of RGB (Red+Green+Blue) = 230+176+118=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B076 is #194F89. Grayscale: #B9B9B9. Windows color (decimal): -1658762 or 7778534. OLE color: 7778534.
HSL color Cylindrical-coordinate representation of color #E6B076: hue angle of 31.07º 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 #E6B076 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 118 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.10 |
| HSL | 31.07º | 0.69% | 0.68% | - |
| HSV(B) | 31.07º | 0.49% | 0.9% | - |
| XYZ | 51.43 | 49.18 | 23.92 | - |
| YUV | 185.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 118 | 0 | 0.23 | 0.49 | 0.10 | 31.07 | 0.69 | 0.68 |
| Hex | E6 | B0 | 76 | 0 | 17 | 31 | A | 1F | 45 | 44 |
| Octal | 346 | 260 | 166 | 0 | 27 | 61 | 12 | 37 | 105 | 104 |
| Binary | 11100110 | 10110000 | 1110110 | 0 | 10111 | 110001 | 1010 | 11111 | 1000101 | 1000100 |
Color Harmonies of #E6B076
Complementary color
Monochromatic Colors of #E6B076
Black with #E6B076
Text Example
Text Example
White with #E6B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B076; }
p { color: rgb(230,176,118); }
H1.HeaderClassName
{
color: #E6B076;
}
.AnyTagClassName
{
color: #E6B076;
}
</style>
background-color css
<style>
a { background-color: #E6B076; }
a { background-color: rgb(230,176,118); }
div.DivClassName
{
background-color: #E6B076;
}
.BgClassName
{
background-color: #E6B076;
}
</style>
border-color css
<style>
span { border-color: #E6B076; }
span { border-color: rgb(230,176,118); }
td.TdClassName
{
border-color: #E6B076;
}
.TagClassName
{
border-color: #E6B076;
}
</style>