#9E5E4F

Color #9E5E4F Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9E5E4F

Tints of Au Chico #9E5E4F

Color information

#9E5E4F (or 0x9E5E4F) is unknown color: approx Au Chico. HEX triplet: 9E, 5E and 4F. RGB value is (158,94,79). Sum of RGB (Red+Green+Blue) = 158+94+79=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5E4F is #61A1B0. Grayscale: #6F6F6F. Windows color (decimal): -6398385 or 5201566. OLE color: 5201566.

HSL color Cylindrical-coordinate representation of color #9E5E4F: hue angle of 11.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E5E4F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1589479-
CMYK00.410.500.38
HSL11.39º33.33%46.47%-
HSV(B)11.39º50%61.96%-
XYZ19.5115.849.43-
YUV111.43109.7161.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=47.73%
G=28.40%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158947900.410.500.3811.3933.3346.47
Hex9E5E4F0293226b212e
Octal2361361170516246134156
Binary100111101011110100111101010011100101001101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5E4F; }

 p { color: rgb(158,94,79); }

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

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

 a { background-color: rgb(158,94,79); }

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

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

 span { border-color: rgb(158,94,79); }

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