Html Css Color HEX #996349 Dark Tan

📋 copy color: '#996349'

red 153 ◦ green 99 ◦ blue 73

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

Shades of Dark Tan #996349

Tints of Dark Tan #996349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 47.08%
G = 30.46%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#996349 (or 0x996349) is known color: Dark Tan. HEX triplet: 99, 63 and 49. RGB value is (153,99,73). Sum of RGB (Red+Green+Blue) = 153+99+73=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996349 is #669CB6. Grayscale: #707070. Windows color (decimal): -6724791 or 4809625. OLE color: 4809625.

HSL color Cylindrical-coordinate representation of color #996349: hue angle of 19.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996349 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 73 -
CMYK 0 0.35 0.52 0.4
HSL 19.5º 0.35% 0.44% -
HSV(B) 19.5º 0.52% 0.6% -
XYZ 18.8 16.18 8.43 -
YUV 112.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 153 99 73 0 0.35 0.52 0.4 19.5 0.35 0.44
Hex 99 63 49 0 23 34 28 14 23 2C
Octal 231 143 111 0 43 64 50 24 43 54
Binary 10011001 1100011 1001001 0 100011 110100 101000 10100 100011 101100

Color Harmonies of #996349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996349

Black with #996349

Text Example


Text Example

White with #996349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996349; }

 p { color: rgb(153,99,73); }

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

background-color css

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

 a { background-color: rgb(153,99,73); }

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

border-color css

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

 span { border-color: rgb(153,99,73); }

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