#686251

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

Shades of Soya Bean #686251

Tints of Soya Bean #686251

Color information

#686251 (or 0x686251) is unknown color: approx Soya Bean. HEX triplet: 68, 62 and 51. RGB value is (104,98,81). Sum of RGB (Red+Green+Blue) = 104+98+81=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686251 is #979DAE. Grayscale: #616161. Windows color (decimal): -9936303 or 5333608. OLE color: 5333608.

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

Color convert

RGB1049881-
CMYK00.060.220.59
HSL44.35º12.43%36.27%-
HSV(B)44.35º22.12%40.78%-
XYZ11.5612.279.54-
YUV97.86118.49132.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=36.75%
G=34.63%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988100.060.220.5944.3512.4336.27
Hex68625106163B2cc24
Octal150142121062673541444
Binary1101000110001010100010110101101110111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686251; }

 p { color: rgb(104,98,81); }

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

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

 a { background-color: rgb(104,98,81); }

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

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

 span { border-color: rgb(104,98,81); }

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