#9F5E59

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

Shades of Au Chico #9F5E59

Tints of Au Chico #9F5E59

Color information

#9F5E59 (or 0x9F5E59) is unknown color: approx Au Chico. HEX triplet: 9F, 5E and 59. RGB value is (159,94,89). Sum of RGB (Red+Green+Blue) = 159+94+89=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E59 is #60A1A6. Grayscale: #707070. Windows color (decimal): -6332839 or 5856927. OLE color: 5856927.

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

Color convert

RGB1599489-
CMYK00.410.440.38
HSL4.29º28.23%48.63%-
HSV(B)4.29º44.03%62.35%-
XYZ20.116.111.5-
YUV112.86114.53160.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=46.49%
G=27.49%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159948900.410.440.384.2928.2348.63
Hex9F5E590292C2641c31
Octal237136131051544643461
Binary1001111110111101011001010100110110010011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,89); }

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

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

 a { background-color: rgb(159,94,89); }

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

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

 span { border-color: rgb(159,94,89); }

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