#685F44

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

Shades of Soya Bean #685F44

Tints of Soya Bean #685F44

Color information

#685F44 (or 0x685F44) is unknown color: approx Soya Bean. HEX triplet: 68, 5F and 44. RGB value is (104,95,68). Sum of RGB (Red+Green+Blue) = 104+95+68=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #685F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F44 is #97A0BB. Grayscale: #5E5E5E. Windows color (decimal): -9937084 or 4480872. OLE color: 4480872.

HSL color Cylindrical-coordinate representation of color #685F44: hue angle of 45º 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 #685F44 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1049568-
CMYK00.090.350.59
HSL45º20.93%33.73%-
HSV(B)45º34.62%40.78%-
XYZ10.8411.547.13-
YUV94.61112.98134.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=38.95%
G=35.58%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104956800.090.350.594520.9333.73
Hex685F4409233B2d1522
Octal1501371040114373552542
Binary1101000101111110001000100110001111101110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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