#966749

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

Shades of Dark Tan #966749

Tints of Dark Tan #966749

Color information

#966749 (or 0x966749) is unknown color: approx Dark Tan. HEX triplet: 96, 67 and 49. RGB value is (150,103,73). Sum of RGB (Red+Green+Blue) = 150+103+73=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #966749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966749 is #6998B6. Grayscale: #717171. Windows color (decimal): -6920375 or 4810646. OLE color: 4810646.

HSL color Cylindrical-coordinate representation of color #966749: hue angle of 23.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966749 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15010373-
CMYK00.310.510.41
HSL23.38º34.53%43.73%-
HSV(B)23.38º51.33%58.82%-
XYZ18.6316.678.54-
YUV113.63105.07153.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=46.01%
G=31.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501037300.310.510.4123.3834.5343.73
Hex96674901F332917232c
Octal2261471110376351274354
Binary100101101100111100100101111111001110100110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966749; }

 p { color: rgb(150,103,73); }

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

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

 a { background-color: rgb(150,103,73); }

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

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

 span { border-color: rgb(150,103,73); }

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