#966549

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

Shades of Dark Tan #966549

Tints of Dark Tan #966549

Color information

#966549 (or 0x966549) is unknown color: approx Dark Tan. HEX triplet: 96, 65 and 49. RGB value is (150,101,73). Sum of RGB (Red+Green+Blue) = 150+101+73=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966549 is #699AB6. Grayscale: #707070. Windows color (decimal): -6920887 or 4810134. OLE color: 4810134.

HSL color Cylindrical-coordinate representation of color #966549: hue angle of 21.82º 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 #966549 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15010173-
CMYK00.330.510.41
HSL21.82º34.53%43.73%-
HSV(B)21.82º51.33%58.82%-
XYZ18.4316.278.47-
YUV112.46105.73154.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=46.30%
G=31.17%
B=22.53%

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
Decimal1501017300.330.510.4121.8234.5343.73
Hex966549021332916232c
Octal2261451110416351264354
Binary1001011011001011001001010000111001110100110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966549; }

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

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

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

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

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

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

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

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