#966156

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

Shades of Au Chico #966156

Tints of Au Chico #966156

Color information

#966156 (or 0x966156) is unknown color: approx Au Chico. HEX triplet: 96, 61 and 56. RGB value is (150,97,86). Sum of RGB (Red+Green+Blue) = 150+97+86=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966156 is #699EA9. Grayscale: #6F6F6F. Windows color (decimal): -6921898 or 5661078. OLE color: 5661078.

HSL color Cylindrical-coordinate representation of color #966156: hue angle of 10.31º 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 #966156 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1509786-
CMYK00.350.430.41
HSL10.31º27.12%46.27%-
HSV(B)10.31º42.67%58.82%-
XYZ18.5315.7110.86-
YUV111.59113.56155.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=45.05%
G=29.13%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150978600.350.430.4110.3127.1246.27
Hex9661560232B29a1b2e
Octal2261411260435351123356
Binary10010110110000110101100100011101011101001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966156; }

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

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

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

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

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

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

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

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