#966859

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

Shades of Au Chico #966859

Tints of Au Chico #966859

Color information

#966859 (or 0x966859) is unknown color: approx Au Chico. HEX triplet: 96, 68 and 59. RGB value is (150,104,89). Sum of RGB (Red+Green+Blue) = 150+104+89=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966859 is #6997A6. Grayscale: #747474. Windows color (decimal): -6920103 or 5859478. OLE color: 5859478.

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

Color convert

RGB15010489-
CMYK00.310.410.41
HSL14.75º25.52%46.86%-
HSV(B)14.75º40.67%58.82%-
XYZ19.3317.1111.73-
YUV116.04112.74152.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=43.73%
G=30.32%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501048900.310.410.4114.7525.5246.86
Hex96685901F2929f1a2f
Octal2261501310375151173257
Binary1001011011010001011001011111101001101001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966859; }

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

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

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

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

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

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

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

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