Shades of Manhattan #E6B376
Tints of Manhattan #E6B376
RGB
CMYK
RGB Variations
Color information
#E6B376 (or 0xE6B376) is known color: Manhattan. HEX triplet: E6, B3 and 76. RGB value is (230,179,118). Sum of RGB (Red+Green+Blue) = 230+179+118=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B376 is #194C89. Grayscale: #BBBBBB. Windows color (decimal): -1657994 or 7779302. OLE color: 7779302.
HSL color Cylindrical-coordinate representation of color #E6B376: hue angle of 32.68º 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 #E6B376 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 118 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.10 |
| HSL | 32.68º | 0.69% | 0.68% | - |
| HSV(B) | 32.68º | 0.49% | 0.9% | - |
| XYZ | 52.02 | 50.37 | 24.12 | - |
| YUV | 187.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 118 | 0 | 0.22 | 0.49 | 0.10 | 32.68 | 0.69 | 0.68 |
| Hex | E6 | B3 | 76 | 0 | 16 | 31 | A | 21 | 45 | 44 |
| Octal | 346 | 263 | 166 | 0 | 26 | 61 | 12 | 41 | 105 | 104 |
| Binary | 11100110 | 10110011 | 1110110 | 0 | 10110 | 110001 | 1010 | 100001 | 1000101 | 1000100 |
Color Harmonies of #E6B376
Complementary color
Monochromatic Colors of #E6B376
Black with #E6B376
Text Example
Text Example
White with #E6B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B376; }
p { color: rgb(230,179,118); }
H1.HeaderClassName
{
color: #E6B376;
}
.AnyTagClassName
{
color: #E6B376;
}
</style>
background-color css
<style>
a { background-color: #E6B376; }
a { background-color: rgb(230,179,118); }
div.DivClassName
{
background-color: #E6B376;
}
.BgClassName
{
background-color: #E6B376;
}
</style>
border-color css
<style>
span { border-color: #E6B376; }
span { border-color: rgb(230,179,118); }
td.TdClassName
{
border-color: #E6B376;
}
.TagClassName
{
border-color: #E6B376;
}
</style>