#E6B485

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

Shades of Manhattan #E6B485

Tints of Manhattan #E6B485

Color information

#E6B485 (or 0xE6B485) is unknown color: approx Manhattan. HEX triplet: E6, B4 and 85. RGB value is (230,180,133). Sum of RGB (Red+Green+Blue) = 230+180+133=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B485 is #194B7A. Grayscale: #BDBDBD. Windows color (decimal): -1657723 or 8762598. OLE color: 8762598.

HSL color Cylindrical-coordinate representation of color #E6B485: hue angle of 29.07º 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 #E6B485 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230180133-
CMYK00.220.420.10
HSL29.07º65.99%71.18%-
HSV(B)29.07º42.17%90.2%-
XYZ53.1951.1629.26-
YUV189.5996.06156.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=42.36%
G=33.15%
B=24.49%

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
Decimal23018013300.220.420.1029.0765.9971.18
HexE6B4850162AA1d4247
Octal346264205026521235102107
Binary11100110101101001000010101011010101010101110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B485; }

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

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

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

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

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

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

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

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