#946C47

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

Shades of Dark Tan #946C47

Tints of Dark Tan #946C47

Color information

#946C47 (or 0x946C47) is unknown color: approx Dark Tan. HEX triplet: 94, 6C and 47. RGB value is (148,108,71). Sum of RGB (Red+Green+Blue) = 148+108+71=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #946C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C47 is #6B93B8. Grayscale: #737373. Windows color (decimal): -7050169 or 4680852. OLE color: 4680852.

HSL color Cylindrical-coordinate representation of color #946C47: hue angle of 28.83º 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 #946C47 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14810871-
CMYK00.270.520.42
HSL28.83º35.16%42.94%-
HSV(B)28.83º52.03%58.04%-
XYZ18.7117.488.35-
YUV115.74102.75151.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=45.26%
G=33.03%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481087100.270.520.4228.8335.1642.94
Hex946C4701B342A1d232b
Octal2241541070336452354353
Binary100101001101100100011101101111010010101011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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