#946D4A

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

Shades of Dark Tan #946D4A

Tints of Dark Tan #946D4A

Color information

#946D4A (or 0x946D4A) is unknown color: approx Dark Tan. HEX triplet: 94, 6D and 4A. RGB value is (148,109,74). Sum of RGB (Red+Green+Blue) = 148+109+74=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D4A is #6B92B5. Grayscale: #747474. Windows color (decimal): -7049910 or 4877716. OLE color: 4877716.

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

Color convert

RGB14810974-
CMYK00.260.500.42
HSL28.38º33.33%43.53%-
HSV(B)28.38º50%58.04%-
XYZ18.9217.738.9-
YUV116.67103.92150.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=44.71%
G=32.93%
B=22.36%

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
Decimal1481097400.260.500.4228.3833.3343.53
Hex946D4A01A322A1c212c
Octal2241551120326252344154
Binary100101001101101100101001101011001010101011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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