#9E635B

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

Shades of Au Chico #9E635B

Tints of Au Chico #9E635B

Color information

#9E635B (or 0x9E635B) is unknown color: approx Au Chico. HEX triplet: 9E, 63 and 5B. RGB value is (158,99,91). Sum of RGB (Red+Green+Blue) = 158+99+91=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E635B is #619CA4. Grayscale: #737373. Windows color (decimal): -6397093 or 5989278. OLE color: 5989278.

HSL color Cylindrical-coordinate representation of color #9E635B: hue angle of 7.16º degrees, saturation: 0.27, 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 #9E635B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1589991-
CMYK00.370.420.38
HSL7.16º26.91%48.82%-
HSV(B)7.16º42.41%61.96%-
XYZ20.4516.9512.09-
YUV115.73114.05158.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=45.40%
G=28.45%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158999100.370.420.387.1626.9148.82
Hex9E635B0252A2671b31
Octal236143133045524673361
Binary1001111011000111011011010010110101010011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,91); }

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

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

 a { background-color: rgb(158,99,91); }

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

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

 span { border-color: rgb(158,99,91); }

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