#686148

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

Shades of Soya Bean #686148

Tints of Soya Bean #686148

Color information

#686148 (or 0x686148) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 48. RGB value is (104,97,72). Sum of RGB (Red+Green+Blue) = 104+97+72=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686148 is #979EB7. Grayscale: #606060. Windows color (decimal): -9936568 or 4743528. OLE color: 4743528.

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

Color convert

RGB1049772-
CMYK00.070.310.59
HSL46.88º18.18%34.51%-
HSV(B)46.88º30.77%40.78%-
XYZ11.1511.967.85-
YUV96.24114.32133.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=38.10%
G=35.53%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104977200.070.310.5946.8818.1834.51
Hex686148071F3B2f1223
Octal150141110073773572243
Binary11010001100001100100001111111111101110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686148; }

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

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

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

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

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

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

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

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