#685C42

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

Shades of Soya Bean #685C42

Tints of Soya Bean #685C42

Color information

#685C42 (or 0x685C42) is unknown color: approx Soya Bean. HEX triplet: 68, 5C and 42. RGB value is (104,92,66). Sum of RGB (Red+Green+Blue) = 104+92+66=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #685C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C42 is #97A3BD. Grayscale: #5C5C5C. Windows color (decimal): -9937854 or 4349032. OLE color: 4349032.

HSL color Cylindrical-coordinate representation of color #685C42: hue angle of 41.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685C42 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1049266-
CMYK00.120.370.59
HSL41.05º22.35%33.33%-
HSV(B)41.05º36.54%40.78%-
XYZ10.5210.996.72-
YUV92.62112.98136.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=39.69%
G=35.11%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104926600.120.370.5941.0522.3533.33
Hex685C420C253B291621
Octal1501341020144573512641
Binary1101000101110010000100110010010111101110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,66); }

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

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

 a { background-color: rgb(104,92,66); }

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

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

 span { border-color: rgb(104,92,66); }

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