#966253

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

Shades of Au Chico #966253

Tints of Au Chico #966253

Color information

#966253 (or 0x966253) is unknown color: approx Au Chico. HEX triplet: 96, 62 and 53. RGB value is (150,98,83). Sum of RGB (Red+Green+Blue) = 150+98+83=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966253 is #699DAC. Grayscale: #6F6F6F. Windows color (decimal): -6921645 or 5464726. OLE color: 5464726.

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

Color convert

RGB1509883-
CMYK00.350.450.41
HSL13.43º28.76%45.69%-
HSV(B)13.43º44.67%58.82%-
XYZ18.5115.8410.27-
YUV111.84111.73155.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=45.32%
G=29.61%
B=25.08%

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
Decimal150988300.350.450.4113.4328.7645.69
Hex9662530232D29d1d2e
Octal2261421230435551153556
Binary10010110110001010100110100011101101101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966253; }

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

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

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

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

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

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

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

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