Html Css Color HEX #996D50 Dark Tan

📋 copy color: '#996D50'

red 153 ◦ green 109 ◦ blue 80

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

Shades of Dark Tan #996D50

Tints of Dark Tan #996D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

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

R = 44.74%
G = 31.87%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996D50 (or 0x996D50) is known color: Dark Tan. HEX triplet: 99, 6D and 50. RGB value is (153,109,80). Sum of RGB (Red+Green+Blue) = 153+109+80=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D50 is #6692AF. Grayscale: #777777. Windows color (decimal): -6722224 or 5270937. OLE color: 5270937.

HSL color Cylindrical-coordinate representation of color #996D50: hue angle of 23.84º 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 #996D50 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 80 -
CMYK 0 0.29 0.48 0.4
HSL 23.84º 0.31% 0.46% -
HSV(B) 23.84º 0.48% 0.6% -
XYZ 20.05 18.29 10.06 -
YUV 118.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 153 109 80 0 0.29 0.48 0.4 23.84 0.31 0.46
Hex 99 6D 50 0 1D 30 28 18 1F 2E
Octal 231 155 120 0 35 60 50 30 37 56
Binary 10011001 1101101 1010000 0 11101 110000 101000 11000 11111 101110

Color Harmonies of #996D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D50

Black with #996D50

Text Example


Text Example

White with #996D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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