#686049

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

Shades of Soya Bean #686049

Tints of Soya Bean #686049

Color information

#686049 (or 0x686049) is unknown color: approx Soya Bean. HEX triplet: 68, 60 and 49. RGB value is (104,96,73). Sum of RGB (Red+Green+Blue) = 104+96+73=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686049 is #979FB6. Grayscale: #5F5F5F. Windows color (decimal): -9936823 or 4808808. OLE color: 4808808.

HSL color Cylindrical-coordinate representation of color #686049: hue angle of 44.52º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686049 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1049673-
CMYK00.080.300.59
HSL44.52º17.51%34.71%-
HSV(B)44.52º29.81%40.78%-
XYZ11.0911.797.99-
YUV95.77115.15133.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=38.10%
G=35.16%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104967300.080.300.5944.5217.5134.71
Hex686049081E3B2d1223
Octal1501401110103673552243
Binary110100011000001001001010001111011101110110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686049; }

 p { color: rgb(104,96,73); }

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

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

 a { background-color: rgb(104,96,73); }

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

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

 span { border-color: rgb(104,96,73); }

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