#9E6B5C

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

Shades of Au Chico #9E6B5C

Tints of Au Chico #9E6B5C

Color information

#9E6B5C (or 0x9E6B5C) is unknown color: approx Au Chico. HEX triplet: 9E, 6B and 5C. RGB value is (158,107,92). Sum of RGB (Red+Green+Blue) = 158+107+92=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B5C is #6194A3. Grayscale: #787878. Windows color (decimal): -6395044 or 6056862. OLE color: 6056862.

HSL color Cylindrical-coordinate representation of color #9E6B5C: hue angle of 13.64º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E6B5C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15810792-
CMYK00.320.420.38
HSL13.64º26.4%49.02%-
HSV(B)13.64º41.77%61.96%-
XYZ21.2918.5612.59-
YUV120.54111.9154.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=44.26%
G=29.97%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581079200.320.420.3813.6426.449.02
Hex9E6B5C0202A26e1a31
Octal2361531340405246163261
Binary10011110110101110111000100000101010100110111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,92); }

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

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

 a { background-color: rgb(158,107,92); }

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

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

 span { border-color: rgb(158,107,92); }

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