#966654

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

Shades of Dark Tan #966654

Tints of Dark Tan #966654

Color information

#966654 (or 0x966654) is unknown color: approx Dark Tan. HEX triplet: 96, 66 and 54. RGB value is (150,102,84). Sum of RGB (Red+Green+Blue) = 150+102+84=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966654 is #6999AB. Grayscale: #727272. Windows color (decimal): -6920620 or 5531286. OLE color: 5531286.

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

Color convert

RGB15010284-
CMYK00.320.440.41
HSL16.36º28.21%45.88%-
HSV(B)16.36º44%58.82%-
XYZ18.9316.6310.6-
YUV114.3110.9153.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 84 (33.20% from 255) = 25%
R=44.64%
G=30.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501028400.320.440.4116.3628.2145.88
Hex9666540202C29101c2e
Octal2261461240405451203456
Binary100101101100110101010001000001011001010011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966654; }

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

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

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

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

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

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

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

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