#685940

Color #685940 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #685940

Tints of Tobacco Brown #685940

Color information

#685940 (or 0x685940) is unknown color: approx Tobacco Brown. HEX triplet: 68, 59 and 40. RGB value is (104,89,64). Sum of RGB (Red+Green+Blue) = 104+89+64=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685940 is #97A6BF. Grayscale: #5A5A5A. Windows color (decimal): -9938624 or 4217192. OLE color: 4217192.

HSL color Cylindrical-coordinate representation of color #685940: hue angle of 37.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685940 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1048964-
CMYK00.140.380.59
HSL37.5º23.81%32.94%-
HSV(B)37.5º38.46%40.78%-
XYZ10.2110.466.33-
YUV90.64112.97137.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=40.47%
G=34.63%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104896400.140.380.5937.523.8132.94
Hex6859400E263B261821
Octal1501311000164673463041
Binary1101000101100110000000111010011011101110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685940; }

 p { color: rgb(104,89,64); }

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

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

 a { background-color: rgb(104,89,64); }

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

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

 span { border-color: rgb(104,89,64); }

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