#966057

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

Shades of Au Chico #966057

Tints of Au Chico #966057

Color information

#966057 (or 0x966057) is unknown color: approx Au Chico. HEX triplet: 96, 60 and 57. RGB value is (150,96,87). Sum of RGB (Red+Green+Blue) = 150+96+87=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966057 is #699FA8. Grayscale: #6F6F6F. Windows color (decimal): -6922153 or 5726358. OLE color: 5726358.

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

Color convert

RGB1509687-
CMYK00.360.420.41
HSL8.57º26.58%46.47%-
HSV(B)8.57º42%58.82%-
XYZ18.4815.5411.04-
YUV111.12114.39155.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=45.05%
G=28.83%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150968700.360.420.418.5726.5846.47
Hex9660570242A2991b2e
Octal2261401270445251113356
Binary10010110110000010101110100100101010101001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966057; }

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

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

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

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

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

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

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

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