#686046

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

Shades of Soya Bean #686046

Tints of Soya Bean #686046

Color information

#686046 (or 0x686046) is unknown color: approx Soya Bean. HEX triplet: 68, 60 and 46. RGB value is (104,96,70). Sum of RGB (Red+Green+Blue) = 104+96+70=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686046 is #979FB9. Grayscale: #5F5F5F. Windows color (decimal): -9936826 or 4612200. OLE color: 4612200.

HSL color Cylindrical-coordinate representation of color #686046: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686046 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1049670-
CMYK00.080.330.59
HSL45.88º19.54%34.12%-
HSV(B)45.88º32.69%40.78%-
XYZ1111.757.48-
YUV95.43113.65134.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=38.52%
G=35.56%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104967000.080.330.5945.8819.5434.12
Hex68604608213B2e1422
Octal1501401060104173562442
Binary1101000110000010001100100010000111101110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686046; }

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

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

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

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

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

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

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

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