Html Css Color HEX #996E50 Dark Tan

📋 copy color: '#996E50'

red 153 ◦ green 110 ◦ blue 80

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

Shades of Dark Tan #996E50

Tints of Dark Tan #996E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 44.61%
G = 32.07%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996E50 (or 0x996E50) is known color: Dark Tan. HEX triplet: 99, 6E and 50. RGB value is (153,110,80). Sum of RGB (Red+Green+Blue) = 153+110+80=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E50 is #6691AF. Grayscale: #777777. Windows color (decimal): -6721968 or 5271193. OLE color: 5271193.

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

Color convert

RGB 153 110 80 -
CMYK 0 0.28 0.48 0.4
HSL 24.66º 0.31% 0.46% -
HSV(B) 24.66º 0.48% 0.6% -
XYZ 20.16 18.5 10.1 -
YUV 119.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 153 110 80 0 0.28 0.48 0.4 24.66 0.31 0.46
Hex 99 6E 50 0 1C 30 28 19 1F 2E
Octal 231 156 120 0 34 60 50 31 37 56
Binary 10011001 1101110 1010000 0 11100 110000 101000 11001 11111 101110

Color Harmonies of #996E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E50

Black with #996E50

Text Example


Text Example

White with #996E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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