#966346

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

Shades of Dark Tan #966346

Tints of Dark Tan #966346

Color information

#966346 (or 0x966346) is unknown color: approx Dark Tan. HEX triplet: 96, 63 and 46. RGB value is (150,99,70). Sum of RGB (Red+Green+Blue) = 150+99+70=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966346 is #699CB9. Grayscale: #6F6F6F. Windows color (decimal): -6921402 or 4613014. OLE color: 4613014.

HSL color Cylindrical-coordinate representation of color #966346: hue angle of 21.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966346 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1509970-
CMYK00.340.530.41
HSL21.75º36.36%43.14%-
HSV(B)21.75º53.33%58.82%-
XYZ18.1515.857.9-
YUV110.94104.9155.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=47.02%
G=31.03%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150997000.340.530.4121.7536.3643.14
Hex966346022352916242b
Octal2261431060426551264453
Binary1001011011000111000110010001011010110100110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966346; }

 p { color: rgb(150,99,70); }

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

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

 a { background-color: rgb(150,99,70); }

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

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

 span { border-color: rgb(150,99,70); }

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