#685942

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

Shades of Tobacco Brown #685942

Tints of Tobacco Brown #685942

Color information

#685942 (or 0x685942) is unknown color: approx Tobacco Brown. HEX triplet: 68, 59 and 42. RGB value is (104,89,66). Sum of RGB (Red+Green+Blue) = 104+89+66=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #685942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685942 is #97A6BD. Grayscale: #5A5A5A. Windows color (decimal): -9938622 or 4348264. OLE color: 4348264.

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

Color convert

RGB1048966-
CMYK00.140.370.59
HSL36.32º22.35%33.33%-
HSV(B)36.32º36.54%40.78%-
XYZ10.2610.486.64-
YUV90.86113.97137.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=40.15%
G=34.36%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104896600.140.370.5936.3222.3533.33
Hex6859420E253B241621
Octal1501311020164573442641
Binary1101000101100110000100111010010111101110010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685942; }

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

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

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

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

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

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

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

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