#685742

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

Shades of Tobacco Brown #685742

Tints of Tobacco Brown #685742

Color information

#685742 (or 0x685742) is unknown color: approx Tobacco Brown. HEX triplet: 68, 57 and 42. RGB value is (104,87,66). Sum of RGB (Red+Green+Blue) = 104+87+66=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685742 is #97A8BD. Grayscale: #595959. Windows color (decimal): -9939134 or 4347752. OLE color: 4347752.

HSL color Cylindrical-coordinate representation of color #685742: hue angle of 33.16º 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 #685742 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1048766-
CMYK00.160.370.59
HSL33.16º22.35%33.33%-
HSV(B)33.16º36.54%40.78%-
XYZ10.110.156.58-
YUV89.69114.63138.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=40.47%
G=33.85%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104876600.160.370.5933.1622.3533.33
Hex685742010253B211621
Octal1501271020204573412641
Binary11010001010111100001001000010010111101110000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685742; }

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

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

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

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

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

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

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

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