#68614B

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

Shades of Soya Bean #68614B

Tints of Soya Bean #68614B

Color information

#68614B (or 0x68614B) is unknown color: approx Soya Bean. HEX triplet: 68, 61 and 4B. RGB value is (104,97,75). Sum of RGB (Red+Green+Blue) = 104+97+75=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68614B is #979EB4. Grayscale: #606060. Windows color (decimal): -9936565 or 4940136. OLE color: 4940136.

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

Color convert

RGB1049775-
CMYK00.070.280.59
HSL45.52º16.2%35.1%-
HSV(B)45.52º27.88%40.78%-
XYZ11.25128.38-
YUV96.58115.82133.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=37.68%
G=35.14%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104977500.070.280.5945.5216.235.1
Hex68614B071C3B2e1023
Octal150141113073473562043
Binary11010001100001100101101111110011101110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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