#9F6559

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

Shades of Au Chico #9F6559

Tints of Au Chico #9F6559

Color information

#9F6559 (or 0x9F6559) is unknown color: approx Au Chico. HEX triplet: 9F, 65 and 59. RGB value is (159,101,89). Sum of RGB (Red+Green+Blue) = 159+101+89=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6559 is #609AA6. Grayscale: #757575. Windows color (decimal): -6331047 or 5858719. OLE color: 5858719.

HSL color Cylindrical-coordinate representation of color #9F6559: hue angle of 10.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 #9F6559 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15910189-
CMYK00.360.440.38
HSL10.29º28.23%48.63%-
HSV(B)10.29º44.03%62.35%-
XYZ20.7517.411.72-
YUV116.97112.22157.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=45.56%
G=28.94%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591018900.360.440.3810.2928.2348.63
Hex9F65590242C26a1c31
Octal2371451310445446123461
Binary10011111110010110110010100100101100100110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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