#685542

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

Shades of Tobacco Brown #685542

Tints of Tobacco Brown #685542

Color information

#685542 (or 0x685542) is unknown color: approx Tobacco Brown. HEX triplet: 68, 55 and 42. RGB value is (104,85,66). Sum of RGB (Red+Green+Blue) = 104+85+66=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685542 is #97AABD. Grayscale: #585858. Windows color (decimal): -9939646 or 4347240. OLE color: 4347240.

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

Color convert

RGB1048566-
CMYK00.180.370.59
HSL30º22.35%33.33%-
HSV(B)30º36.54%40.78%-
XYZ9.949.836.53-
YUV88.52115.29139.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=40.78%
G=33.33%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104856600.180.370.593022.3533.33
Hex685542012253B1e1621
Octal1501251020224573362641
Binary1101000101010110000100100101001011110111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685542; }

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

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

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

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

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

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

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

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