#946E4B

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

Shades of Dark Tan #946E4B

Tints of Dark Tan #946E4B

Color information

#946E4B (or 0x946E4B) is unknown color: approx Dark Tan. HEX triplet: 94, 6E and 4B. RGB value is (148,110,75). Sum of RGB (Red+Green+Blue) = 148+110+75=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #946E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E4B is #6B91B4. Grayscale: #757575. Windows color (decimal): -7049653 or 4943508. OLE color: 4943508.

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

Color convert

RGB14811075-
CMYK00.260.490.42
HSL28.77º32.74%43.73%-
HSV(B)28.77º49.32%58.04%-
XYZ19.0617.969.12-
YUV117.37104.09149.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=44.44%
G=33.03%
B=22.52%

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
Decimal1481107500.260.490.4228.7732.7443.73
Hex946E4B01A312A1d212c
Octal2241561130326152354154
Binary100101001101110100101101101011000110101011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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