Html Css Color HEX #996D4C Dark Tan

📋 copy color: '#996D4C'

red 153 ◦ green 109 ◦ blue 76

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

Shades of Dark Tan #996D4C

Tints of Dark Tan #996D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 45.27%
G = 32.25%
B = 22.49%

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

#996D4C (or 0x996D4C) is known color: Dark Tan. HEX triplet: 99, 6D and 4C. RGB value is (153,109,76). Sum of RGB (Red+Green+Blue) = 153+109+76=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D4C is #6692B3. Grayscale: #767676. Windows color (decimal): -6722228 or 5008793. OLE color: 5008793.

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

Color convert

RGB 153 109 76 -
CMYK 0 0.29 0.50 0.4
HSL 25.71º 0.34% 0.45% -
HSV(B) 25.71º 0.5% 0.6% -
XYZ 19.91 18.23 9.31 -
YUV 118.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 153 109 76 0 0.29 0.50 0.4 25.71 0.34 0.45
Hex 99 6D 4C 0 1D 32 28 1A 22 2D
Octal 231 155 114 0 35 62 50 32 42 55
Binary 10011001 1101101 1001100 0 11101 110010 101000 11010 100010 101101

Color Harmonies of #996D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D4C

Black with #996D4C

Text Example


Text Example

White with #996D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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