#966853

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

Shades of Dark Tan #966853

Tints of Dark Tan #966853

Color information

#966853 (or 0x966853) is unknown color: approx Dark Tan. HEX triplet: 96, 68 and 53. RGB value is (150,104,83). Sum of RGB (Red+Green+Blue) = 150+104+83=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #966853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966853 is #6997AC. Grayscale: #737373. Windows color (decimal): -6920109 or 5466262. OLE color: 5466262.

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

Color convert

RGB15010483-
CMYK00.310.450.41
HSL18.81º28.76%45.69%-
HSV(B)18.81º44.67%58.82%-
XYZ19.0917.0110.46-
YUV115.36109.74152.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=44.51%
G=30.86%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501048300.310.450.4118.8128.7645.69
Hex96685301F2D29131d2e
Octal2261501230375551233556
Binary10010110110100010100110111111011011010011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966853; }

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

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

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

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

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

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

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

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