#996A5C

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

Shades of Au Chico #996A5C

Tints of Au Chico #996A5C

Color information

#996A5C (or 0x996A5C) is unknown color: approx Au Chico. HEX triplet: 99, 6A and 5C. RGB value is (153,106,92). Sum of RGB (Red+Green+Blue) = 153+106+92=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A5C is #6695A3. Grayscale: #767676. Windows color (decimal): -6722980 or 6056601. OLE color: 6056601.

HSL color Cylindrical-coordinate representation of color #996A5C: hue angle of 13.77º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #996A5C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15310692-
CMYK00.310.400.4
HSL13.77º24.9%48.04%-
HSV(B)13.77º39.87%60%-
XYZ20.2217.8512.51-
YUV118.46113.07152.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=43.59%
G=30.20%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531069200.310.400.413.7724.948.04
Hex996A5C01F2828e1930
Octal2311521340375050163160
Binary1001100111010101011100011111101000101000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A5C; }

 p { color: rgb(153,106,92); }

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

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

 a { background-color: rgb(153,106,92); }

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

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

 span { border-color: rgb(153,106,92); }

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