#9F615C

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

Shades of Au Chico #9F615C

Tints of Au Chico #9F615C

Color information

#9F615C (or 0x9F615C) is unknown color: approx Au Chico. HEX triplet: 9F, 61 and 5C. RGB value is (159,97,92). Sum of RGB (Red+Green+Blue) = 159+97+92=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F615C is #609EA3. Grayscale: #737373. Windows color (decimal): -6332068 or 6054303. OLE color: 6054303.

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

Color convert

RGB1599792-
CMYK00.390.420.38
HSL4.48º26.69%49.22%-
HSV(B)4.48º42.14%62.35%-
XYZ20.516.6912.27-
YUV114.97115.04159.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=45.69%
G=27.87%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159979200.390.420.384.4826.6949.22
Hex9F615C0272A2641b31
Octal237141134047524643361
Binary1001111111000011011100010011110101010011010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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