#68604A

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

Shades of Soya Bean #68604A

Tints of Soya Bean #68604A

Color information

#68604A (or 0x68604A) is unknown color: approx Soya Bean. HEX triplet: 68, 60 and 4A. RGB value is (104,96,74). Sum of RGB (Red+Green+Blue) = 104+96+74=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #68604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68604A is #979FB5. Grayscale: #5F5F5F. Windows color (decimal): -9936822 or 4874344. OLE color: 4874344.

HSL color Cylindrical-coordinate representation of color #68604A: hue angle of 44º 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 #68604A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1049674-
CMYK00.080.290.59
HSL44º16.85%34.9%-
HSV(B)44º28.85%40.78%-
XYZ11.1311.88.17-
YUV95.88115.65133.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=37.96%
G=35.04%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104967400.080.290.594416.8534.9
Hex68604A081D3B2c1123
Octal1501401120103573542143
Binary110100011000001001010010001110111101110110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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