#966645

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

Shades of Dark Tan #966645

Tints of Dark Tan #966645

Color information

#966645 (or 0x966645) is unknown color: approx Dark Tan. HEX triplet: 96, 66 and 45. RGB value is (150,102,69). Sum of RGB (Red+Green+Blue) = 150+102+69=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #966645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966645 is #6999BA. Grayscale: #707070. Windows color (decimal): -6920635 or 4548246. OLE color: 4548246.

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

Color convert

RGB15010269-
CMYK00.320.540.41
HSL24.44º36.99%42.94%-
HSV(B)24.44º54%58.82%-
XYZ18.416.427.83-
YUV112.59103.4154.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=46.73%
G=31.78%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501026900.320.540.4124.4436.9942.94
Hex966645020362918252b
Octal2261461050406651304553
Binary1001011011001101000101010000011011010100111000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966645; }

 p { color: rgb(150,102,69); }

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

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

 a { background-color: rgb(150,102,69); }

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

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

 span { border-color: rgb(150,102,69); }

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