#E6B275

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

Shades of Manhattan #E6B275

Tints of Manhattan #E6B275

Color information

#E6B275 (or 0xE6B275) is unknown color: approx Manhattan. HEX triplet: E6, B2 and 75. RGB value is (230,178,117). Sum of RGB (Red+Green+Blue) = 230+178+117=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B275 is #194D8A. Grayscale: #BABABA. Windows color (decimal): -1658251 or 7713510. OLE color: 7713510.

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

Color convert

RGB230178117-
CMYK00.230.490.10
HSL32.39º69.33%68.04%-
HSV(B)32.39º49.13%90.2%-
XYZ51.7649.9523.74-
YUV186.5988.73158.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.81%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=43.81%
G=33.90%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017811700.230.490.1032.3969.3368.04
HexE6B27501731A204544
Octal346262165027611240105104
Binary11100110101100101110101010111110001101010000010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B275; }

 p { color: rgb(230,178,117); }

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

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

 a { background-color: rgb(230,178,117); }

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

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

 span { border-color: rgb(230,178,117); }

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