#9F6C57

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

Shades of Au Chico #9F6C57

Tints of Au Chico #9F6C57

Color information

#9F6C57 (or 0x9F6C57) is unknown color: approx Au Chico. HEX triplet: 9F, 6C and 57. RGB value is (159,108,87). Sum of RGB (Red+Green+Blue) = 159+108+87=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C57 is #6093A8. Grayscale: #787878. Windows color (decimal): -6329257 or 5729439. OLE color: 5729439.

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

Color convert

RGB15910887-
CMYK00.320.450.38
HSL17.5º29.27%48.24%-
HSV(B)17.5º45.28%62.35%-
XYZ21.3818.7811.52-
YUV120.85108.9155.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=44.92%
G=30.51%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591088700.320.450.3817.529.2748.24
Hex9F6C570202D26121d30
Octal2371541270405546223560
Binary100111111101100101011101000001011011001101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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