#686145

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

Shades of Soya Bean #686145

Tints of Soya Bean #686145

Color information

#686145 (or 0x686145) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 45. RGB value is (104,97,69). Sum of RGB (Red+Green+Blue) = 104+97+69=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686145 is #979EBA. Grayscale: #606060. Windows color (decimal): -9936571 or 4546920. OLE color: 4546920.

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

Color convert

RGB1049769-
CMYK00.070.340.59
HSL48º20.23%33.92%-
HSV(B)48º33.65%40.78%-
XYZ11.0611.927.35-
YUV95.9112.82133.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=38.52%
G=35.93%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104976900.070.340.594820.2333.92
Hex68614507223B301422
Octal150141105074273602442
Binary110100011000011000101011110001011101111000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686145; }

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

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

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

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

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

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

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

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