#966657

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

Shades of Au Chico #966657

Tints of Au Chico #966657

Color information

#966657 (or 0x966657) is unknown color: approx Au Chico. HEX triplet: 96, 66 and 57. RGB value is (150,102,87). Sum of RGB (Red+Green+Blue) = 150+102+87=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #966657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966657 is #6999A8. Grayscale: #727272. Windows color (decimal): -6920617 or 5727894. OLE color: 5727894.

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

Color convert

RGB15010287-
CMYK00.320.420.41
HSL14.29º26.58%46.47%-
HSV(B)14.29º42%58.82%-
XYZ19.0516.6711.23-
YUV114.64112.4153.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=44.25%
G=30.09%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501028700.320.420.4114.2926.5846.47
Hex9666570202A29e1b2e
Octal2261461270405251163356
Binary10010110110011010101110100000101010101001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966657; }

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

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

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

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

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

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

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

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