Html Css Color HEX #996E49 Dark Tan

📋 copy color: '#996E49'

red 153 ◦ green 110 ◦ blue 73

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

Shades of Dark Tan #996E49

Tints of Dark Tan #996E49

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 45.54%
G = 32.74%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#996E49 (or 0x996E49) is known color: Dark Tan. HEX triplet: 99, 6E and 49. RGB value is (153,110,73). Sum of RGB (Red+Green+Blue) = 153+110+73=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E49 is #6691B6. Grayscale: #767676. Windows color (decimal): -6721975 or 4812441. OLE color: 4812441.

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

Color convert

RGB 153 110 73 -
CMYK 0 0.28 0.52 0.4
HSL 27.75º 0.35% 0.44% -
HSV(B) 27.75º 0.52% 0.6% -
XYZ 19.92 18.41 8.81 -
YUV 118.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 153 110 73 0 0.28 0.52 0.4 27.75 0.35 0.44
Hex 99 6E 49 0 1C 34 28 1C 23 2C
Octal 231 156 111 0 34 64 50 34 43 54
Binary 10011001 1101110 1001001 0 11100 110100 101000 11100 100011 101100

Color Harmonies of #996E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E49

Black with #996E49

Text Example


Text Example

White with #996E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,73); }

 H1.HeaderClassName
 {
   color: #996E49;
 }
 .AnyTagClassName
 {
   color: #996E49;
 }
</style>

background-color css

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

 a { background-color: rgb(153,110,73); }

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

border-color css

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

 span { border-color: rgb(153,110,73); }

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