#996352

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

Shades of Au Chico #996352

Tints of Au Chico #996352

Color information

#996352 (or 0x996352) is unknown color: approx Au Chico. HEX triplet: 99, 63 and 52. RGB value is (153,99,82). Sum of RGB (Red+Green+Blue) = 153+99+82=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996352 is #669CAD. Grayscale: #717171. Windows color (decimal): -6724782 or 5399449. OLE color: 5399449.

HSL color Cylindrical-coordinate representation of color #996352: hue angle of 14.37º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996352 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1539982-
CMYK00.350.460.4
HSL14.37º30.21%46.08%-
HSV(B)14.37º46.41%60%-
XYZ19.1216.3110.12-
YUV113.21110.39156.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=45.81%
G=29.64%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153998200.350.460.414.3730.2146.08
Hex9963520232E28e1e2e
Octal2311431220435650163656
Binary10011001110001110100100100011101110101000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996352; }

 p { color: rgb(153,99,82); }

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

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

 a { background-color: rgb(153,99,82); }

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

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

 span { border-color: rgb(153,99,82); }

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