#e6b486

Color #E6B486 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #E6B486

Tints of Manhattan #E6B486

Color information

#E6B486 (or 0xE6B486) is unknown color: approx Manhattan. HEX triplet: E6, B4 and 86. RGB value is (230,180,134). Sum of RGB (Red+Green+Blue) = 230+180+134=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B486 is #194B79. Grayscale: #BDBDBD. Windows color (decimal): -1657722 or 8828134. OLE color: 8828134.

HSL color Cylindrical-coordinate representation of color #E6B486: hue angle of 28.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6B486 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230180134-
CMYK00.220.420.10
HSL28.75º65.75%71.37%-
HSV(B)28.75º41.74%90.2%-
XYZ53.2651.1929.63-
YUV189.7196.56156.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=42.28%
G=33.09%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018013400.220.420.1028.7565.7571.37
HexE6B4860162AA1d4247
Octal346264206026521235102107
Binary11100110101101001000011001011010101010101110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b486; }

 p { color: rgb(230,180,134); }

 H1.HeaderClassName
 {
   color: #e6b486;
 }
 .AnyTagClassName
 {
   color: #e6b486;
 }
</style>
background-color css

<style>
 a { background-color: #e6b486; }

 a { background-color: rgb(230,180,134); }

 div.DivClassName
 {
   background-color: #e6b486;
 }
 .BgClassName
 {
   background-color: #e6b486;
 }
</style>
border-color css

<style>
 span { border-color: #e6b486; }

 span { border-color: rgb(230,180,134); }

 td.TdClassName
 {
   border-color: #e6b486;
 }
 .TagClassName
 {
   border-color: #e6b486;
 }
</style>