Html Css Color HEX #996444 Dark Tan

📋 copy color: '#996444'

red 153 ◦ green 100 ◦ blue 68

#996444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tan #996444

Tints of Dark Tan #996444

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 value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#996444 (or 0x996444) is known color: 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

RGB 153 100 68 -
CMYK 0 0.35 0.56 0.4
HSL 22.59º 0.38% 0.43% -
HSV(B) 22.59º 0.56% 0.6% -
XYZ 18.74 16.3 7.63 -
YUV 112.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 153 100 68 0 0.35 0.56 0.4 22.59 0.38 0.43
Hex 99 64 44 0 23 38 28 17 26 2B
Octal 231 144 104 0 43 70 50 27 46 53
Binary 10011001 1100100 1000100 0 100011 111000 101000 10111 100110 101011

Color Harmonies of #996444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996444

Black with #996444

Text Example


Text Example

White with #996444

Text Example


Text Example

HTML Codes & Css Web 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>