#946849

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

Shades of Dark Tan #946849

Tints of Dark Tan #946849

Color information

#946849 (or 0x946849) is unknown color: approx Dark Tan. HEX triplet: 94, 68 and 49. RGB value is (148,104,73). Sum of RGB (Red+Green+Blue) = 148+104+73=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #946849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946849 is #6B97B6. Grayscale: #717171. Windows color (decimal): -7051191 or 4810900. OLE color: 4810900.

HSL color Cylindrical-coordinate representation of color #946849: hue angle of 24.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946849 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14810473-
CMYK00.300.510.42
HSL24.8º33.94%43.33%-
HSV(B)24.8º50.68%58.04%-
XYZ18.3716.688.55-
YUV113.62105.08152.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=45.54%
G=32%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481047300.300.510.4224.833.9443.33
Hex94684901E332A19222b
Octal2241501110366352314253
Binary100101001101000100100101111011001110101011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946849; }

 p { color: rgb(148,104,73); }

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

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

 a { background-color: rgb(148,104,73); }

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

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

 span { border-color: rgb(148,104,73); }

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