#966946

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

Shades of Dark Tan #966946

Tints of Dark Tan #966946

Color information

#966946 (or 0x966946) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 46. RGB value is (150,105,70). Sum of RGB (Red+Green+Blue) = 150+105+70=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966946 is #6996B9. Grayscale: #727272. Windows color (decimal): -6919866 or 4614550. OLE color: 4614550.

HSL color Cylindrical-coordinate representation of color #966946: hue angle of 26.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966946 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15010570-
CMYK00.300.530.41
HSL26.25º36.36%43.14%-
HSV(B)26.25º53.33%58.82%-
XYZ18.7317.038.09-
YUV114.46102.91153.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=46.15%
G=32.31%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501057000.300.530.4126.2536.3643.14
Hex96694601E35291a242b
Octal2261511060366551324453
Binary100101101101001100011001111011010110100111010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966946; }

 p { color: rgb(150,105,70); }

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

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

 a { background-color: rgb(150,105,70); }

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

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

 span { border-color: rgb(150,105,70); }

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