#966647

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

Shades of Dark Tan #966647

Tints of Dark Tan #966647

Color information

#966647 (or 0x966647) is unknown color: approx Dark Tan. HEX triplet: 96, 66 and 47. RGB value is (150,102,71). Sum of RGB (Red+Green+Blue) = 150+102+71=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #966647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966647 is #6999B8. Grayscale: #707070. Windows color (decimal): -6920633 or 4679318. OLE color: 4679318.

HSL color Cylindrical-coordinate representation of color #966647: hue angle of 23.54º 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 #966647 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15010271-
CMYK00.320.530.41
HSL23.54º35.75%43.33%-
HSV(B)23.54º52.67%58.82%-
XYZ18.4716.448.16-
YUV112.82104.4154.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=46.44%
G=31.58%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501027100.320.530.4123.5435.7543.33
Hex966647020352918242b
Octal2261461070406551304453
Binary1001011011001101000111010000011010110100111000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966647; }

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

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

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

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

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

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

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

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