#966559

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

Shades of Au Chico #966559

Tints of Au Chico #966559

Color information

#966559 (or 0x966559) is unknown color: approx Au Chico. HEX triplet: 96, 65 and 59. RGB value is (150,101,89). Sum of RGB (Red+Green+Blue) = 150+101+89=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #966559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966559 is #699AA6. Grayscale: #727272. Windows color (decimal): -6920871 or 5858710. OLE color: 5858710.

HSL color Cylindrical-coordinate representation of color #966559: hue angle of 11.8º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966559 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15010189-
CMYK00.330.410.41
HSL11.8º25.52%46.86%-
HSV(B)11.8º40.67%58.82%-
XYZ19.0316.5111.64-
YUV114.28113.73153.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=44.12%
G=29.71%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501018900.330.410.4111.825.5246.86
Hex9665590212929c1a2f
Octal2261451310415151143257
Binary10010110110010110110010100001101001101001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966559; }

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

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

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

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

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

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

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

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