#E6A772

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

Shades of Manhattan #E6A772

Tints of Manhattan #E6A772

Color information

#E6A772 (or 0xE6A772) is unknown color: approx Manhattan. HEX triplet: E6, A7 and 72. RGB value is (230,167,114). Sum of RGB (Red+Green+Blue) = 230+167+114=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A772 is #19588D. Grayscale: #B4B4B4. Windows color (decimal): -1661070 or 7514086. OLE color: 7514086.

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

Color convert

RGB230167114-
CMYK00.270.500.10
HSL27.41º69.88%67.45%-
HSV(B)27.41º50.43%90.2%-
XYZ49.4945.6822.13-
YUV179.890.87163.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=45.01%
G=32.68%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016711400.270.500.1027.4169.8867.45
HexE6A77201B32A1b4643
Octal346247162033621233106103
Binary1110011010100111111001001101111001010101101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A772; }

 p { color: rgb(230,167,114); }

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

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

 a { background-color: rgb(230,167,114); }

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

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

 span { border-color: rgb(230,167,114); }

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