#996353

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

Shades of Au Chico #996353

Tints of Au Chico #996353

Color information

#996353 (or 0x996353) is unknown color: approx Au Chico. HEX triplet: 99, 63 and 53. RGB value is (153,99,83). Sum of RGB (Red+Green+Blue) = 153+99+83=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996353 is #669CAC. Grayscale: #717171. Windows color (decimal): -6724781 or 5464985. OLE color: 5464985.

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

Color convert

RGB1539983-
CMYK00.350.460.4
HSL13.71º29.66%46.27%-
HSV(B)13.71º45.75%60%-
XYZ19.1616.3210.32-
YUV113.32110.89156.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=45.67%
G=29.55%
B=24.78%

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
Decimal153998300.350.460.413.7129.6646.27
Hex9963530232E28e1e2e
Octal2311431230435650163656
Binary10011001110001110100110100011101110101000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996353; }

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

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

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

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

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

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

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

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