#946E4C

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

Shades of Dark Tan #946E4C

Tints of Dark Tan #946E4C

Color information

#946E4C (or 0x946E4C) is unknown color: approx Dark Tan. HEX triplet: 94, 6E and 4C. RGB value is (148,110,76). Sum of RGB (Red+Green+Blue) = 148+110+76=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E4C is #6B91B3. Grayscale: #757575. Windows color (decimal): -7049652 or 5009044. OLE color: 5009044.

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

Color convert

RGB14811076-
CMYK00.260.490.42
HSL28.33º32.14%43.92%-
HSV(B)28.33º48.65%58.04%-
XYZ19.0917.979.3-
YUV117.49104.59149.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=44.31%
G=32.93%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481107600.260.490.4228.3332.1443.92
Hex946E4C01A312A1c202c
Octal2241561140326152344054
Binary100101001101110100110001101011000110101011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,76); }

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

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

 a { background-color: rgb(148,110,76); }

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

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

 span { border-color: rgb(148,110,76); }

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