#966D45

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

Shades of Dark Tan #966D45

Tints of Dark Tan #966D45

Color information

#966D45 (or 0x966D45) is unknown color: approx Dark Tan. HEX triplet: 96, 6D and 45. RGB value is (150,109,69). Sum of RGB (Red+Green+Blue) = 150+109+69=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #966D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D45 is #6992BA. Grayscale: #747474. Windows color (decimal): -6918843 or 4550038. OLE color: 4550038.

HSL color Cylindrical-coordinate representation of color #966D45: hue angle of 29.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966D45 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB15010969-
CMYK00.270.540.41
HSL29.63º36.99%42.94%-
HSV(B)29.63º54%58.82%-
XYZ19.1217.858.07-
YUV116.7101.08151.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=45.73%
G=33.23%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501096900.270.540.4129.6336.9942.94
Hex966D4501B36291e252b
Octal2261551050336651364553
Binary100101101101101100010101101111011010100111110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966D45; }

 p { color: rgb(150,109,69); }

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

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

 a { background-color: rgb(150,109,69); }

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

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

 span { border-color: rgb(150,109,69); }

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