#685845

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

Shades of Tobacco Brown #685845

Tints of Tobacco Brown #685845

Color information

#685845 (or 0x685845) is unknown color: approx Tobacco Brown. HEX triplet: 68, 58 and 45. RGB value is (104,88,69). Sum of RGB (Red+Green+Blue) = 104+88+69=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685845 is #97A7BA. Grayscale: #5A5A5A. Windows color (decimal): -9938875 or 4544616. OLE color: 4544616.

HSL color Cylindrical-coordinate representation of color #685845: hue angle of 32.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685845 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1048869-
CMYK00.150.340.59
HSL32.57º20.23%33.92%-
HSV(B)32.57º33.65%40.78%-
XYZ10.2710.357.09-
YUV90.62115.8137.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=39.85%
G=33.72%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104886900.150.340.5932.5720.2333.92
Hex6858450F223B211422
Octal1501301050174273412442
Binary1101000101100010001010111110001011101110000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685845; }

 p { color: rgb(104,88,69); }

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

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

 a { background-color: rgb(104,88,69); }

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

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

 span { border-color: rgb(104,88,69); }

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