#966456

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

Shades of Au Chico #966456

Tints of Au Chico #966456

Color information

#966456 (or 0x966456) is unknown color: approx Au Chico. HEX triplet: 96, 64 and 56. RGB value is (150,100,86). Sum of RGB (Red+Green+Blue) = 150+100+86=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966456 is #699BA9. Grayscale: #717171. Windows color (decimal): -6921130 or 5661846. OLE color: 5661846.

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

Color convert

RGB15010086-
CMYK00.330.430.41
HSL13.12º27.12%46.27%-
HSV(B)13.12º42.67%58.82%-
XYZ18.8116.2710.95-
YUV113.35112.56154.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=44.64%
G=29.76%
B=25.60%

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
Decimal1501008600.330.430.4113.1227.1246.27
Hex9664560212B29d1b2e
Octal2261441260415351153356
Binary10010110110010010101100100001101011101001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966456; }

 p { color: rgb(150,100,86); }

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

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

 a { background-color: rgb(150,100,86); }

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

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

 span { border-color: rgb(150,100,86); }

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