#996646

Color #996646 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #996646

Tints of Dark Tan #996646

Color information

#996646 (or 0x996646) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 46. RGB value is (153,102,70). Sum of RGB (Red+Green+Blue) = 153+102+70=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996646 is #6699B9. Grayscale: #717171. Windows color (decimal): -6724026 or 4613785. OLE color: 4613785.

HSL color Cylindrical-coordinate representation of color #996646: hue angle of 23.13º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996646 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15310270-
CMYK00.330.540.4
HSL23.13º37.22%43.73%-
HSV(B)23.13º54.25%60%-
XYZ18.9916.728.02-
YUV113.6103.4156.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=47.08%
G=31.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531027000.330.540.423.1337.2243.73
Hex996646021362817252c
Octal2311461060416650274554
Binary1001100111001101000110010000111011010100010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996646; }

 p { color: rgb(153,102,70); }

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

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

 a { background-color: rgb(153,102,70); }

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

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

 span { border-color: rgb(153,102,70); }

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