#966E4F

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

Shades of Dark Tan #966E4F

Tints of Dark Tan #966E4F

Color information

#966E4F (or 0x966E4F) is unknown color: approx Dark Tan. HEX triplet: 96, 6E and 4F. RGB value is (150,110,79). Sum of RGB (Red+Green+Blue) = 150+110+79=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #966E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E4F is #6991B0. Grayscale: #767676. Windows color (decimal): -6918577 or 5205654. OLE color: 5205654.

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

Color convert

RGB15011079-
CMYK00.270.470.41
HSL26.2º31%44.9%-
HSV(B)26.2º47.33%58.82%-
XYZ19.5618.29.88-
YUV118.43105.75150.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=44.25%
G=32.45%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501107900.270.470.4126.23144.9
Hex966E4F01B2F291a1f2d
Octal2261561170335751323755
Binary10010110110111010011110110111011111010011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,79); }

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

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

 a { background-color: rgb(150,110,79); }

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

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

 span { border-color: rgb(150,110,79); }

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