#966153

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

Shades of Au Chico #966153

Tints of Au Chico #966153

Color information

#966153 (or 0x966153) is unknown color: approx Au Chico. HEX triplet: 96, 61 and 53. RGB value is (150,97,83). Sum of RGB (Red+Green+Blue) = 150+97+83=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966153 is #699EAC. Grayscale: #6F6F6F. Windows color (decimal): -6921901 or 5464470. OLE color: 5464470.

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

Color convert

RGB1509783-
CMYK00.350.450.41
HSL12.54º28.76%45.69%-
HSV(B)12.54º44.67%58.82%-
XYZ18.4115.6610.24-
YUV111.25112.06155.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=45.45%
G=29.39%
B=25.15%

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
Decimal150978300.350.450.4112.5428.7645.69
Hex9661530232D29d1d2e
Octal2261411230435551153556
Binary10010110110000110100110100011101101101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966153; }

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

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

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

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

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

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

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

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