#966056

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

Shades of Au Chico #966056

Tints of Au Chico #966056

Color information

#966056 (or 0x966056) is unknown color: approx Au Chico. HEX triplet: 96, 60 and 56. RGB value is (150,96,86). Sum of RGB (Red+Green+Blue) = 150+96+86=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966056 is #699FA9. Grayscale: #6F6F6F. Windows color (decimal): -6922154 or 5660822. OLE color: 5660822.

HSL color Cylindrical-coordinate representation of color #966056: hue angle of 9.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966056 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1509686-
CMYK00.360.430.41
HSL9.38º27.12%46.27%-
HSV(B)9.38º42.67%58.82%-
XYZ18.4415.5210.83-
YUV111.01113.89155.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=45.18%
G=28.92%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150968600.360.430.419.3827.1246.27
Hex9660560242B2991b2e
Octal2261401260445351113356
Binary10010110110000010101100100100101011101001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966056; }

 p { color: rgb(150,96,86); }

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

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

 a { background-color: rgb(150,96,86); }

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

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

 span { border-color: rgb(150,96,86); }

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