#685A48

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

Shades of Tobacco Brown #685A48

Tints of Tobacco Brown #685A48

Color information

#685A48 (or 0x685A48) is unknown color: approx Tobacco Brown. HEX triplet: 68, 5A and 48. RGB value is (104,90,72). Sum of RGB (Red+Green+Blue) = 104+90+72=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A48 is #97A5B7. Grayscale: #5C5C5C. Windows color (decimal): -9938360 or 4741736. OLE color: 4741736.

HSL color Cylindrical-coordinate representation of color #685A48: hue angle of 33.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685A48 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1049072-
CMYK00.130.310.59
HSL33.75º18.18%34.51%-
HSV(B)33.75º30.77%40.78%-
XYZ10.5310.727.65-
YUV92.13116.64136.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=39.10%
G=33.83%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104907200.130.310.5933.7518.1834.51
Hex685A480D1F3B221223
Octal1501321100153773422243
Binary110100010110101001000011011111111101110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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