#966254

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

Shades of Au Chico #966254

Tints of Au Chico #966254

Color information

#966254 (or 0x966254) is unknown color: approx Au Chico. HEX triplet: 96, 62 and 54. RGB value is (150,98,84). Sum of RGB (Red+Green+Blue) = 150+98+84=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966254 is #699DAB. Grayscale: #707070. Windows color (decimal): -6921644 or 5530262. OLE color: 5530262.

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

Color convert

RGB1509884-
CMYK00.350.440.41
HSL12.73º28.21%45.88%-
HSV(B)12.73º44%58.82%-
XYZ18.5515.8610.47-
YUV111.95112.23155.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=45.18%
G=29.52%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150988400.350.440.4112.7328.2145.88
Hex9662540232C29d1c2e
Octal2261421240435451153456
Binary10010110110001010101000100011101100101001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966254; }

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

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

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

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

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

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

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

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