Html Css Color HEX #996D4E Dark Tan

📋 copy color: '#996D4E'

red 153 ◦ green 109 ◦ blue 78

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

Shades of Dark Tan #996D4E

Tints of Dark Tan #996D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 45%
G = 32.06%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#996D4E (or 0x996D4E) is known color: Dark Tan. HEX triplet: 99, 6D and 4E. RGB value is (153,109,78). Sum of RGB (Red+Green+Blue) = 153+109+78=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D4E is #6692B1. Grayscale: #767676. Windows color (decimal): -6722226 or 5139865. OLE color: 5139865.

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

Color convert

RGB 153 109 78 -
CMYK 0 0.29 0.49 0.4
HSL 24.8º 0.32% 0.45% -
HSV(B) 24.8º 0.49% 0.6% -
XYZ 19.98 18.26 9.68 -
YUV 118.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 153 109 78 0 0.29 0.49 0.4 24.8 0.32 0.45
Hex 99 6D 4E 0 1D 31 28 19 20 2D
Octal 231 155 116 0 35 61 50 31 40 55
Binary 10011001 1101101 1001110 0 11101 110001 101000 11001 100000 101101

Color Harmonies of #996D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D4E

Black with #996D4E

Text Example


Text Example

White with #996D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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