#685E44

Color #685E44 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #685E44

Tints of Soya Bean #685E44

Color information

#685E44 (or 0x685E44) is unknown color: approx Soya Bean. HEX triplet: 68, 5E and 44. RGB value is (104,94,68). Sum of RGB (Red+Green+Blue) = 104+94+68=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E44 is #97A1BB. Grayscale: #5E5E5E. Windows color (decimal): -9937340 or 4480616. OLE color: 4480616.

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

Color convert

RGB1049468-
CMYK00.100.350.59
HSL43.33º20.93%33.73%-
HSV(B)43.33º34.62%40.78%-
XYZ10.7611.377.1-
YUV94.03113.31135.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=39.10%
G=35.34%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104946800.100.350.5943.3320.9333.73
Hex685E440A233B2b1522
Octal1501361040124373532542
Binary1101000101111010001000101010001111101110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,68); }

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

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

 a { background-color: rgb(104,94,68); }

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

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

 span { border-color: rgb(104,94,68); }

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