#966854

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

Shades of Dark Tan #966854

Tints of Dark Tan #966854

Color information

#966854 (or 0x966854) is unknown color: approx Dark Tan. HEX triplet: 96, 68 and 54. RGB value is (150,104,84). Sum of RGB (Red+Green+Blue) = 150+104+84=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #966854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966854 is #6997AB. Grayscale: #737373. Windows color (decimal): -6920108 or 5531798. OLE color: 5531798.

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

Color convert

RGB15010484-
CMYK00.310.440.41
HSL18.18º28.21%45.88%-
HSV(B)18.18º44%58.82%-
XYZ19.1317.0210.67-
YUV115.47110.24152.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=44.38%
G=30.77%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501048400.310.440.4118.1828.2145.88
Hex96685401F2C29121c2e
Octal2261501240375451223456
Binary10010110110100010101000111111011001010011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966854; }

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

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

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

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

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

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

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

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