#685A40

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

Shades of Tobacco Brown #685A40

Tints of Tobacco Brown #685A40

Color information

#685A40 (or 0x685A40) is unknown color: approx Tobacco Brown. HEX triplet: 68, 5A and 40. RGB value is (104,90,64). Sum of RGB (Red+Green+Blue) = 104+90+64=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A40 is #97A5BF. Grayscale: #5B5B5B. Windows color (decimal): -9938368 or 4217448. OLE color: 4217448.

HSL color Cylindrical-coordinate representation of color #685A40: hue angle of 39º 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 #685A40 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1049064-
CMYK00.130.380.59
HSL39º23.81%32.94%-
HSV(B)39º38.46%40.78%-
XYZ10.2910.636.36-
YUV91.22112.64137.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=40.31%
G=34.88%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104906400.130.380.593923.8132.94
Hex685A400D263B271821
Octal1501321000154673473041
Binary1101000101101010000000110110011011101110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A40; }

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

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

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

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

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

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

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

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