Html Css Color HEX #996446 Dark Tan

📋 copy color: '#996446'

red 153 ◦ green 100 ◦ blue 70

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

Shades of Dark Tan #996446

Tints of Dark Tan #996446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 47.37%
G = 30.96%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#996446 (or 0x996446) is known color: Dark Tan. HEX triplet: 99, 64 and 46. RGB value is (153,100,70). Sum of RGB (Red+Green+Blue) = 153+100+70=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996446 is #669BB9. Grayscale: #707070. Windows color (decimal): -6724538 or 4613273. OLE color: 4613273.

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

Color convert

RGB 153 100 70 -
CMYK 0 0.35 0.54 0.4
HSL 21.69º 0.37% 0.44% -
HSV(B) 21.69º 0.54% 0.6% -
XYZ 18.8 16.33 7.96 -
YUV 112.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 153 100 70 0 0.35 0.54 0.4 21.69 0.37 0.44
Hex 99 64 46 0 23 36 28 16 25 2C
Octal 231 144 106 0 43 66 50 26 45 54
Binary 10011001 1100100 1000110 0 100011 110110 101000 10110 100101 101100

Color Harmonies of #996446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996446

Black with #996446

Text Example


Text Example

White with #996446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996446; }

 p { color: rgb(153,100,70); }

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

background-color css

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

 a { background-color: rgb(153,100,70); }

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

border-color css

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

 span { border-color: rgb(153,100,70); }

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