#686149

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

Shades of Soya Bean #686149

Tints of Soya Bean #686149

Color information

#686149 (or 0x686149) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 49. RGB value is (104,97,73). Sum of RGB (Red+Green+Blue) = 104+97+73=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686149 is #979EB6. Grayscale: #606060. Windows color (decimal): -9936567 or 4809064. OLE color: 4809064.

HSL color Cylindrical-coordinate representation of color #686149: hue angle of 46.45º 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 #686149 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1049773-
CMYK00.070.300.59
HSL46.45º17.51%34.71%-
HSV(B)46.45º29.81%40.78%-
XYZ11.1911.978.02-
YUV96.36114.82133.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=37.96%
G=35.40%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104977300.070.300.5946.4517.5134.71
Hex686149071E3B2e1223
Octal150141111073673562243
Binary11010001100001100100101111111011101110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686149; }

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

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

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

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

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

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

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

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