#68614A

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

Shades of Soya Bean #68614A

Tints of Soya Bean #68614A

Color information

#68614A (or 0x68614A) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 4A. RGB value is (104,97,74). Sum of RGB (Red+Green+Blue) = 104+97+74=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #68614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68614A is #979EB5. Grayscale: #606060. Windows color (decimal): -9936566 or 4874600. OLE color: 4874600.

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

Color convert

RGB1049774-
CMYK00.070.290.59
HSL46º16.85%34.9%-
HSV(B)46º28.85%40.78%-
XYZ11.2211.998.2-
YUV96.47115.32133.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=37.82%
G=35.27%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104977400.070.290.594616.8534.9
Hex68614A071D3B2e1123
Octal150141112073573562143
Binary11010001100001100101001111110111101110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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