#996A57

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

Shades of Au Chico #996A57

Tints of Au Chico #996A57

Color information

#996A57 (or 0x996A57) is unknown color: approx Au Chico. HEX triplet: 99, 6A and 57. RGB value is (153,106,87). Sum of RGB (Red+Green+Blue) = 153+106+87=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A57 is #6695A8. Grayscale: #767676. Windows color (decimal): -6722985 or 5728921. OLE color: 5728921.

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

Color convert

RGB15310687-
CMYK00.310.430.4
HSL17.27º27.5%47.06%-
HSV(B)17.27º43.14%60%-
XYZ20.0117.7711.39-
YUV117.89110.57153.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=44.22%
G=30.64%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531068700.310.430.417.2727.547.06
Hex996A5701F2B28111c2f
Octal2311521270375350213457
Binary10011001110101010101110111111010111010001000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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