#966449

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

Shades of Dark Tan #966449

Tints of Dark Tan #966449

Color information

#966449 (or 0x966449) is unknown color: approx Dark Tan. HEX triplet: 96, 64 and 49. RGB value is (150,100,73). Sum of RGB (Red+Green+Blue) = 150+100+73=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #966449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966449 is #699BB6. Grayscale: #707070. Windows color (decimal): -6921143 or 4809878. OLE color: 4809878.

HSL color Cylindrical-coordinate representation of color #966449: hue angle of 21.04º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966449 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15010073-
CMYK00.330.510.41
HSL21.04º34.53%43.73%-
HSV(B)21.04º51.33%58.82%-
XYZ18.3416.088.44-
YUV111.87106.06155.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=46.44%
G=30.96%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501007300.330.510.4121.0434.5343.73
Hex966449021332915232c
Octal2261441110416351254354
Binary1001011011001001001001010000111001110100110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966449; }

 p { color: rgb(150,100,73); }

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

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

 a { background-color: rgb(150,100,73); }

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

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

 span { border-color: rgb(150,100,73); }

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