#966356

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

Shades of Au Chico #966356

Tints of Au Chico #966356

Color information

#966356 (or 0x966356) is unknown color: approx Au Chico. HEX triplet: 96, 63 and 56. RGB value is (150,99,86). Sum of RGB (Red+Green+Blue) = 150+99+86=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966356 is #699CA9. Grayscale: #707070. Windows color (decimal): -6921386 or 5661590. OLE color: 5661590.

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

Color convert

RGB1509986-
CMYK00.340.430.41
HSL12.19º27.12%46.27%-
HSV(B)12.19º42.67%58.82%-
XYZ18.7216.0810.92-
YUV112.77112.9154.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=44.78%
G=29.55%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150998600.340.430.4112.1927.1246.27
Hex9663560222B29c1b2e
Octal2261431260425351143356
Binary10010110110001110101100100010101011101001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966356; }

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

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

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

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

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

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

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

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