#966759

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

Shades of Au Chico #966759

Tints of Au Chico #966759

Color information

#966759 (or 0x966759) is unknown color: approx Au Chico. HEX triplet: 96, 67 and 59. RGB value is (150,103,89). Sum of RGB (Red+Green+Blue) = 150+103+89=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #966759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966759 is #6998A6. Grayscale: #737373. Windows color (decimal): -6920359 or 5859222. OLE color: 5859222.

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

Color convert

RGB15010389-
CMYK00.310.410.41
HSL13.77º25.52%46.86%-
HSV(B)13.77º40.67%58.82%-
XYZ19.2316.9111.7-
YUV115.46113.07152.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=43.86%
G=30.12%
B=26.02%

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
Decimal1501038900.310.410.4113.7725.5246.86
Hex96675901F2929e1a2f
Octal2261471310375151163257
Binary1001011011001111011001011111101001101001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966759; }

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

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

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

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

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

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

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

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