#966555

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

Shades of Au Chico #966555

Tints of Au Chico #966555

Color information

#966555 (or 0x966555) is unknown color: approx Au Chico. HEX triplet: 96, 65 and 55. RGB value is (150,101,85). Sum of RGB (Red+Green+Blue) = 150+101+85=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966555 is #699AAA. Grayscale: #717171. Windows color (decimal): -6920875 or 5596566. OLE color: 5596566.

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

Color convert

RGB15010185-
CMYK00.330.430.41
HSL14.77º27.66%46.08%-
HSV(B)14.77º43.33%58.82%-
XYZ18.8716.4510.77-
YUV113.83111.73153.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=44.64%
G=30.06%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501018500.330.430.4114.7727.6646.08
Hex9665550212B29f1c2e
Octal2261451250415351173456
Binary10010110110010110101010100001101011101001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966555; }

 p { color: rgb(150,101,85); }

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

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

 a { background-color: rgb(150,101,85); }

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

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

 span { border-color: rgb(150,101,85); }

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