#68614E

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

Shades of Soya Bean #68614E

Tints of Soya Bean #68614E

Color information

#68614E (or 0x68614E) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 4E. RGB value is (104,97,78). Sum of RGB (Red+Green+Blue) = 104+97+78=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68614E is #979EB1. Grayscale: #616161. Windows color (decimal): -9936562 or 5136744. OLE color: 5136744.

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

Color convert

RGB1049778-
CMYK00.070.250.59
HSL43.85º14.29%35.69%-
HSV(B)43.85º25%40.78%-
XYZ11.3612.048.93-
YUV96.93117.32133.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=37.28%
G=34.77%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104977800.070.250.5943.8514.2935.69
Hex68614E07193B2ce24
Octal150141116073173541644
Binary1101000110000110011100111110011110111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68614E; }

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

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

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

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

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

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

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

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