Html Css Color HEX #996E4D Dark Tan

📋 copy color: '#996E4D'

red 153 ◦ green 110 ◦ blue 77

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

Shades of Dark Tan #996E4D

Tints of Dark Tan #996E4D

RGB

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

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

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

R = 45%
G = 32.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#996E4D (or 0x996E4D) is known color: Dark Tan. HEX triplet: 99, 6E and 4D. RGB value is (153,110,77). Sum of RGB (Red+Green+Blue) = 153+110+77=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E4D is #6691B2. Grayscale: #777777. Windows color (decimal): -6721971 or 5074585. OLE color: 5074585.

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

Color convert

RGB 153 110 77 -
CMYK 0 0.28 0.50 0.4
HSL 26.05º 0.33% 0.45% -
HSV(B) 26.05º 0.5% 0.6% -
XYZ 20.05 18.46 9.53 -
YUV 119.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 153 110 77 0 0.28 0.50 0.4 26.05 0.33 0.45
Hex 99 6E 4D 0 1C 32 28 1A 21 2D
Octal 231 156 115 0 34 62 50 32 41 55
Binary 10011001 1101110 1001101 0 11100 110010 101000 11010 100001 101101

Color Harmonies of #996E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E4D

Black with #996E4D

Text Example


Text Example

White with #996E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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