#946D4D

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

Shades of Dark Tan #946D4D

Tints of Dark Tan #946D4D

Color information

#946D4D (or 0x946D4D) is unknown color: approx Dark Tan. HEX triplet: 94, 6D and 4D. RGB value is (148,109,77). Sum of RGB (Red+Green+Blue) = 148+109+77=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D4D is #6B92B2. Grayscale: #757575. Windows color (decimal): -7049907 or 5074324. OLE color: 5074324.

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

Color convert

RGB14810977-
CMYK00.260.480.42
HSL27.04º31.56%44.12%-
HSV(B)27.04º47.97%58.04%-
XYZ19.0217.779.45-
YUV117.01105.42150.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=44.31%
G=32.63%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481097700.260.480.4227.0431.5644.12
Hex946D4D01A302A1b202c
Octal2241551150326052334054
Binary100101001101101100110101101011000010101011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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