#966344

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

Shades of Dark Tan #966344

Tints of Dark Tan #966344

Color information

#966344 (or 0x966344) is unknown color: approx Dark Tan. HEX triplet: 96, 63 and 44. RGB value is (150,99,68). Sum of RGB (Red+Green+Blue) = 150+99+68=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966344 is #699CBB. Grayscale: #6E6E6E. Windows color (decimal): -6921404 or 4481942. OLE color: 4481942.

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

Color convert

RGB1509968-
CMYK00.340.550.41
HSL22.68º37.61%42.75%-
HSV(B)22.68º54.67%58.82%-
XYZ18.0815.837.57-
YUV110.71103.9156.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=47.32%
G=31.23%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150996800.340.550.4122.6837.6142.75
Hex966344022372917262b
Octal2261431040426751274653
Binary1001011011000111000100010001011011110100110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966344; }

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

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

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

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

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

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

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

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