#966C52

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

Shades of Dark Tan #966C52

Tints of Dark Tan #966C52

Color information

#966C52 (or 0x966C52) is unknown color: approx Dark Tan. HEX triplet: 96, 6C and 52. RGB value is (150,108,82). Sum of RGB (Red+Green+Blue) = 150+108+82=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #966C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C52 is #6993AD. Grayscale: #757575. Windows color (decimal): -6919086 or 5401750. OLE color: 5401750.

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

Color convert

RGB15010882-
CMYK00.280.450.41
HSL22.94º29.31%45.49%-
HSV(B)22.94º45.33%58.82%-
XYZ19.4617.8210.4-
YUV117.59107.91151.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=44.12%
G=31.76%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501088200.280.450.4122.9429.3145.49
Hex966C5201C2D29171d2d
Octal2261541220345551273555
Binary10010110110110010100100111001011011010011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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