Html Css Color HEX #996D4A Dark Tan

📋 copy color: '#996D4A'

red 153 ◦ green 109 ◦ blue 74

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

Shades of Dark Tan #996D4A

Tints of Dark Tan #996D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 45.54%
G = 32.44%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#996D4A (or 0x996D4A) is known color: Dark Tan. HEX triplet: 99, 6D and 4A. RGB value is (153,109,74). Sum of RGB (Red+Green+Blue) = 153+109+74=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D4A is #6692B5. Grayscale: #767676. Windows color (decimal): -6722230 or 4877721. OLE color: 4877721.

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

Color convert

RGB 153 109 74 -
CMYK 0 0.29 0.52 0.4
HSL 26.58º 0.35% 0.45% -
HSV(B) 26.58º 0.52% 0.6% -
XYZ 19.84 18.2 8.95 -
YUV 118.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 153 109 74 0 0.29 0.52 0.4 26.58 0.35 0.45
Hex 99 6D 4A 0 1D 34 28 1B 23 2D
Octal 231 155 112 0 35 64 50 33 43 55
Binary 10011001 1101101 1001010 0 11101 110100 101000 11011 100011 101101

Color Harmonies of #996D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D4A

Black with #996D4A

Text Example


Text Example

White with #996D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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