#966F52

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

Shades of Dark Tan #966F52

Tints of Dark Tan #966F52

Color information

#966F52 (or 0x966F52) is unknown color: approx Dark Tan. HEX triplet: 96, 6F and 52. RGB value is (150,111,82). Sum of RGB (Red+Green+Blue) = 150+111+82=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F52 is #6990AD. Grayscale: #777777. Windows color (decimal): -6918318 or 5402518. OLE color: 5402518.

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

Color convert

RGB15011182-
CMYK00.260.450.41
HSL25.59º29.31%45.49%-
HSV(B)25.59º45.33%58.82%-
XYZ19.7918.4610.5-
YUV119.36106.92149.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=43.73%
G=32.36%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501118200.260.450.4125.5929.3145.49
Hex966F5201A2D291a1d2d
Octal2261571220325551323555
Binary10010110110111110100100110101011011010011101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,82); }

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

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

 a { background-color: rgb(150,111,82); }

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

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

 span { border-color: rgb(150,111,82); }

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