Html Css Color HEX #996D4B Dark Tan

📋 copy color: '#996D4B'

red 153 ◦ green 109 ◦ blue 75

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

Shades of Dark Tan #996D4B

Tints of Dark Tan #996D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 45.4%
G = 32.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#996D4B (or 0x996D4B) is known color: Dark Tan. HEX triplet: 99, 6D and 4B. RGB value is (153,109,75). Sum of RGB (Red+Green+Blue) = 153+109+75=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D4B is #6692B4. Grayscale: #767676. Windows color (decimal): -6722229 or 4943257. OLE color: 4943257.

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

Color convert

RGB 153 109 75 -
CMYK 0 0.29 0.51 0.4
HSL 26.15º 0.34% 0.45% -
HSV(B) 26.15º 0.51% 0.6% -
XYZ 19.88 18.22 9.13 -
YUV 118.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 153 109 75 0 0.29 0.51 0.4 26.15 0.34 0.45
Hex 99 6D 4B 0 1D 33 28 1A 22 2D
Octal 231 155 113 0 35 63 50 32 42 55
Binary 10011001 1101101 1001011 0 11101 110011 101000 11010 100010 101101

Color Harmonies of #996D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D4B

Black with #996D4B

Text Example


Text Example

White with #996D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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