#966252

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

Shades of Au Chico #966252

Tints of Au Chico #966252

Color information

#966252 (or 0x966252) is unknown color: approx Au Chico. HEX triplet: 96, 62 and 52. RGB value is (150,98,82). Sum of RGB (Red+Green+Blue) = 150+98+82=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966252 is #699DAD. Grayscale: #6F6F6F. Windows color (decimal): -6921646 or 5399190. OLE color: 5399190.

HSL color Cylindrical-coordinate representation of color #966252: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966252 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1509882-
CMYK00.350.450.41
HSL14.12º29.31%45.49%-
HSV(B)14.12º45.33%58.82%-
XYZ18.4715.8310.06-
YUV111.72111.23155.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=45.45%
G=29.70%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150988200.350.450.4114.1229.3145.49
Hex9662520232D29e1d2d
Octal2261421220435551163555
Binary10010110110001010100100100011101101101001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966252; }

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

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

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

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

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

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

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

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