#966354

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

Shades of Au Chico #966354

Tints of Au Chico #966354

Color information

#966354 (or 0x966354) is unknown color: approx Au Chico. HEX triplet: 96, 63 and 54. RGB value is (150,99,84). Sum of RGB (Red+Green+Blue) = 150+99+84=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966354 is #699CAB. Grayscale: #707070. Windows color (decimal): -6921388 or 5530518. OLE color: 5530518.

HSL color Cylindrical-coordinate representation of color #966354: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966354 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1509984-
CMYK00.340.440.41
HSL13.64º28.21%45.88%-
HSV(B)13.64º44%58.82%-
XYZ18.6416.0510.5-
YUV112.54111.9154.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=45.05%
G=29.73%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150998400.340.440.4113.6428.2145.88
Hex9663540222C29e1c2e
Octal2261431240425451163456
Binary10010110110001110101000100010101100101001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966354; }

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

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

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

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

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

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

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

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