Html Css Color HEX #996D4D Dark Tan

📋 copy color: '#996D4D'

red 153 ◦ green 109 ◦ blue 77

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

Shades of Dark Tan #996D4D

Tints of Dark Tan #996D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 45.13%
G = 32.15%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#996D4D (or 0x996D4D) is known color: Dark Tan. HEX triplet: 99, 6D and 4D. RGB value is (153,109,77). Sum of RGB (Red+Green+Blue) = 153+109+77=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D4D is #6692B2. Grayscale: #767676. Windows color (decimal): -6722227 or 5074329. OLE color: 5074329.

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

Color convert

RGB 153 109 77 -
CMYK 0 0.29 0.50 0.4
HSL 25.26º 0.33% 0.45% -
HSV(B) 25.26º 0.5% 0.6% -
XYZ 19.95 18.25 9.49 -
YUV 118.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 153 109 77 0 0.29 0.50 0.4 25.26 0.33 0.45
Hex 99 6D 4D 0 1D 32 28 19 21 2D
Octal 231 155 115 0 35 62 50 31 41 55
Binary 10011001 1101101 1001101 0 11101 110010 101000 11001 100001 101101

Color Harmonies of #996D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D4D

Black with #996D4D

Text Example


Text Example

White with #996D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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