#966B49

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

Shades of Dark Tan #966B49

Tints of Dark Tan #966B49

Color information

#966B49 (or 0x966B49) is unknown color: approx Dark Tan. HEX triplet: 96, 6B and 49. RGB value is (150,107,73). Sum of RGB (Red+Green+Blue) = 150+107+73=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B49 is #6994B6. Grayscale: #747474. Windows color (decimal): -6919351 or 4811670. OLE color: 4811670.

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

Color convert

RGB15010773-
CMYK00.290.510.41
HSL26.49º34.53%43.73%-
HSV(B)26.49º51.33%58.82%-
XYZ19.0417.488.67-
YUV115.98103.75152.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=45.45%
G=32.42%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501077300.290.510.4126.4934.5343.73
Hex966B4901D33291a232c
Octal2261531110356351324354
Binary100101101101011100100101110111001110100111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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