#946744

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

Shades of Dark Tan #946744

Tints of Dark Tan #946744

Color information

#946744 (or 0x946744) is unknown color: approx Dark Tan. HEX triplet: 94, 67 and 44. RGB value is (148,103,68). Sum of RGB (Red+Green+Blue) = 148+103+68=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946744 is #6B98BB. Grayscale: #707070. Windows color (decimal): -7051452 or 4482964. OLE color: 4482964.

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

Color convert

RGB14810368-
CMYK00.300.540.42
HSL26.25º37.04%42.35%-
HSV(B)26.25º54.05%58.04%-
XYZ18.1116.417.68-
YUV112.46102.91153.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=46.39%
G=32.29%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481036800.300.540.4226.2537.0442.35
Hex94674401E362A1a252a
Octal2241471040366652324552
Binary100101001100111100010001111011011010101011010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946744; }

 p { color: rgb(148,103,68); }

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

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

 a { background-color: rgb(148,103,68); }

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

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

 span { border-color: rgb(148,103,68); }

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