#946E4A

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

Shades of Dark Tan #946E4A

Tints of Dark Tan #946E4A

Color information

#946E4A (or 0x946E4A) is unknown color: approx Dark Tan. HEX triplet: 94, 6E and 4A. RGB value is (148,110,74). Sum of RGB (Red+Green+Blue) = 148+110+74=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E4A is #6B91B5. Grayscale: #757575. Windows color (decimal): -7049654 or 4877972. OLE color: 4877972.

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

Color convert

RGB14811074-
CMYK00.260.500.42
HSL29.19º33.33%43.53%-
HSV(B)29.19º50%58.04%-
XYZ19.0217.948.94-
YUV117.26103.59149.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=44.58%
G=33.13%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481107400.260.500.4229.1933.3343.53
Hex946E4A01A322A1d212c
Octal2241561120326252354154
Binary100101001101110100101001101011001010101011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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