#946444

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

Shades of Dark Tan #946444

Tints of Dark Tan #946444

Color information

#946444 (or 0x946444) is unknown color: approx Dark Tan. HEX triplet: 94, 64 and 44. RGB value is (148,100,68). Sum of RGB (Red+Green+Blue) = 148+100+68=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #946444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946444 is #6B9BBB. Grayscale: #6E6E6E. Windows color (decimal): -7052220 or 4482196. OLE color: 4482196.

HSL color Cylindrical-coordinate representation of color #946444: hue angle of 24º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946444 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB14810068-
CMYK00.320.540.42
HSL24º37.04%42.35%-
HSV(B)24º54.05%58.04%-
XYZ17.8115.837.59-
YUV110.7103.9154.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=46.84%
G=31.65%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481006800.320.540.422437.0442.35
Hex946444020362A18252a
Octal2241441040406652304552
Binary1001010011001001000100010000011011010101011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946444; }

 p { color: rgb(148,100,68); }

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

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

 a { background-color: rgb(148,100,68); }

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

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

 span { border-color: rgb(148,100,68); }

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