#9F6157

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

Shades of Au Chico #9F6157

Tints of Au Chico #9F6157

Color information

#9F6157 (or 0x9F6157) is unknown color: approx Au Chico. HEX triplet: 9F, 61 and 57. RGB value is (159,97,87). Sum of RGB (Red+Green+Blue) = 159+97+87=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6157 is #609EA8. Grayscale: #727272. Windows color (decimal): -6332073 or 5726623. OLE color: 5726623.

HSL color Cylindrical-coordinate representation of color #9F6157: hue angle of 8.33º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6157 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1599787-
CMYK00.390.450.38
HSL8.33º29.27%48.24%-
HSV(B)8.33º45.28%62.35%-
XYZ20.2916.6111.15-
YUV114.4112.54159.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=46.36%
G=28.28%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159978700.390.450.388.3329.2748.24
Hex9F61570272D2681d30
Octal2371411270475546103560
Binary10011111110000110101110100111101101100110100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,97,87); }

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

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

 a { background-color: rgb(159,97,87); }

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

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

 span { border-color: rgb(159,97,87); }

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