#966554

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

Shades of Au Chico #966554

Tints of Au Chico #966554

Color information

#966554 (or 0x966554) is unknown color: approx Au Chico. HEX triplet: 96, 65 and 54. RGB value is (150,101,84). Sum of RGB (Red+Green+Blue) = 150+101+84=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966554 is #699AAB. Grayscale: #717171. Windows color (decimal): -6920876 or 5531030. OLE color: 5531030.

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

Color convert

RGB15010184-
CMYK00.330.440.41
HSL15.45º28.21%45.88%-
HSV(B)15.45º44%58.82%-
XYZ18.8316.4310.57-
YUV113.71111.23153.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=44.78%
G=30.15%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501018400.330.440.4115.4528.2145.88
Hex9665540212C29f1c2e
Octal2261451240415451173456
Binary10010110110010110101000100001101100101001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966554; }

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

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

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

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

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

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

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

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