#996444

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

Shades of Dark Tan #996444

Tints of Dark Tan #996444

Color information

#996444 (or 0x996444) is unknown color: approx Dark Tan. HEX triplet: 99, 64 and 44. RGB value is (153,100,68). Sum of RGB (Red+Green+Blue) = 153+100+68=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996444 is #669BBB. Grayscale: #707070. Windows color (decimal): -6724540 or 4482201. OLE color: 4482201.

HSL color Cylindrical-coordinate representation of color #996444: hue angle of 22.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996444 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB15310068-
CMYK00.350.560.4
HSL22.59º38.46%43.33%-
HSV(B)22.59º55.56%60%-
XYZ18.7416.37.63-
YUV112.2103.06157.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=47.66%
G=31.15%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531006800.350.560.422.5938.4643.33
Hex996444023382817262b
Octal2311441040437050274653
Binary1001100111001001000100010001111100010100010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996444; }

 p { color: rgb(153,100,68); }

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

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

 a { background-color: rgb(153,100,68); }

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

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

 span { border-color: rgb(153,100,68); }

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