#996A5B

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

Shades of Au Chico #996A5B

Tints of Au Chico #996A5B

Color information

#996A5B (or 0x996A5B) is unknown color: approx Au Chico. HEX triplet: 99, 6A and 5B. RGB value is (153,106,91). Sum of RGB (Red+Green+Blue) = 153+106+91=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A5B is #6695A4. Grayscale: #767676. Windows color (decimal): -6722981 or 5991065. OLE color: 5991065.

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

Color convert

RGB15310691-
CMYK00.310.410.4
HSL14.52º25.41%47.84%-
HSV(B)14.52º40.52%60%-
XYZ20.1817.8412.28-
YUV118.34112.57152.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 91 (35.94% from 255) = 26%
R=43.71%
G=30.29%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531069100.310.410.414.5225.4147.84
Hex996A5B01F2928f1930
Octal2311521330375150173160
Binary1001100111010101011011011111101001101000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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