#946D49

Color #946D49 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #946D49

Tints of Dark Tan #946D49

Color information

#946D49 (or 0x946D49) is unknown color: approx Dark Tan. HEX triplet: 94, 6D and 49. RGB value is (148,109,73). Sum of RGB (Red+Green+Blue) = 148+109+73=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D49 is #6B92B6. Grayscale: #747474. Windows color (decimal): -7049911 or 4812180. OLE color: 4812180.

HSL color Cylindrical-coordinate representation of color #946D49: hue angle of 28.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946D49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14810973-
CMYK00.260.510.42
HSL28.8º33.94%43.33%-
HSV(B)28.8º50.68%58.04%-
XYZ18.8817.718.73-
YUV116.56103.42150.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=44.85%
G=33.03%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481097300.260.510.4228.833.9443.33
Hex946D4901A332A1d222b
Octal2241551110326352354253
Binary100101001101101100100101101011001110101011101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D49; }

 p { color: rgb(148,109,73); }

 H1.HeaderClassName
 {
   color: #946D49;
 }
 .AnyTagClassName
 {
   color: #946D49;
 }
</style>
background-color css

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

 a { background-color: rgb(148,109,73); }

 div.DivClassName
 {
   background-color: #946D49;
 }
 .BgClassName
 {
   background-color: #946D49;
 }
</style>
border-color css

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

 span { border-color: rgb(148,109,73); }

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