#E6B380

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

Shades of Manhattan #E6B380

Tints of Manhattan #E6B380

Color information

#E6B380 (or 0xE6B380) is unknown color: approx Manhattan. HEX triplet: E6, B3 and 80. RGB value is (230,179,128). Sum of RGB (Red+Green+Blue) = 230+179+128=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B380 is #194C7F. Grayscale: #BCBCBC. Windows color (decimal): -1657984 or 8434662. OLE color: 8434662.

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

Color convert

RGB230179128-
CMYK00.220.440.10
HSL30º67.11%70.2%-
HSV(B)30º44.35%90.2%-
XYZ52.6550.6227.42-
YUV188.4493.9157.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=42.83%
G=33.33%
B=23.84%

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
Decimal23017912800.220.440.103067.1170.2
HexE6B3800162CA1e4346
Octal346263200026541236103106
Binary11100110101100111000000001011010110010101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B380; }

 p { color: rgb(230,179,128); }

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

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

 a { background-color: rgb(230,179,128); }

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

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

 span { border-color: rgb(230,179,128); }

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