Html Css Color HEX #685940 Tobacco Brown

📋 copy color: '#685940'

red 104 ◦ green 89 ◦ blue 64

#685940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #685940

Tints of Tobacco Brown #685940

RGB

 RED value IS 104 (41.02% from 255) = 40.47%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 40.47%
G = 34.63%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#685940 (or 0x685940) is known color: Tobacco Brown. HEX triplet: 68, 59 and 40. RGB value is (104,89,64). Sum of RGB (Red+Green+Blue) = 104+89+64=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685940 is #97A6BF. Grayscale: #5A5A5A. Windows color (decimal): -9938624 or 4217192. OLE color: 4217192.

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

Color convert

RGB 104 89 64 -
CMYK 0 0.14 0.38 0.59
HSL 37.5º 0.24% 0.33% -
HSV(B) 37.5º 0.38% 0.41% -
XYZ 10.21 10.46 6.33 -
YUV 90.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 104 89 64 0 0.14 0.38 0.59 37.5 0.24 0.33
Hex 68 59 40 0 E 26 3B 26 18 21
Octal 150 131 100 0 16 46 73 46 30 41
Binary 1101000 1011001 1000000 0 1110 100110 111011 100110 11000 100001

Color Harmonies of #685940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685940

Black with #685940

Text Example


Text Example

White with #685940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685940; }

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

 H1.HeaderClassName
 {
   color: #685940;
 }
 .AnyTagClassName
 {
   color: #685940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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