#E6B481

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

Shades of Manhattan #E6B481

Tints of Manhattan #E6B481

Color information

#E6B481 (or 0xE6B481) is unknown color: approx Manhattan. HEX triplet: E6, B4 and 81. RGB value is (230,180,129). Sum of RGB (Red+Green+Blue) = 230+180+129=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B481 is #194B7E. Grayscale: #BDBDBD. Windows color (decimal): -1657727 or 8500454. OLE color: 8500454.

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

Color convert

RGB230180129-
CMYK00.220.440.10
HSL30.3º66.89%70.39%-
HSV(B)30.3º43.91%90.2%-
XYZ52.9251.0527.83-
YUV189.1494.06157.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 23.93%
R=42.67%
G=33.40%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018012900.220.440.1030.366.8970.39
HexE6B4810162CA1e4346
Octal346264201026541236103106
Binary11100110101101001000000101011010110010101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B481; }

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

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

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

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

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

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

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

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