#946A47

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

Shades of Dark Tan #946A47

Tints of Dark Tan #946A47

Color information

#946A47 (or 0x946A47) is unknown color: approx Dark Tan. HEX triplet: 94, 6A and 47. RGB value is (148,106,71). Sum of RGB (Red+Green+Blue) = 148+106+71=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #946A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A47 is #6B95B8. Grayscale: #727272. Windows color (decimal): -7050681 or 4680340. OLE color: 4680340.

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

Color convert

RGB14810671-
CMYK00.280.520.42
HSL27.27º35.16%42.94%-
HSV(B)27.27º52.03%58.04%-
XYZ18.517.068.28-
YUV114.57103.41151.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=45.54%
G=32.62%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481067100.280.520.4227.2735.1642.94
Hex946A4701C342A1b232b
Octal2241521070346452334353
Binary100101001101010100011101110011010010101011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,71); }

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

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

 a { background-color: rgb(148,106,71); }

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

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

 span { border-color: rgb(148,106,71); }

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