#68604C

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

Shades of Soya Bean #68604C

Tints of Soya Bean #68604C

Color information

#68604C (or 0x68604C) is unknown color: approx Soya Bean. HEX triplet: 68, 60 and 4C. RGB value is (104,96,76). Sum of RGB (Red+Green+Blue) = 104+96+76=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68604C is #979FB3. Grayscale: #606060. Windows color (decimal): -9936820 or 5005416. OLE color: 5005416.

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

Color convert

RGB1049676-
CMYK00.080.270.59
HSL42.86º15.56%35.29%-
HSV(B)42.86º26.92%40.78%-
XYZ11.211.838.53-
YUV96.11116.65133.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=37.68%
G=34.78%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104967600.080.270.5942.8615.5635.29
Hex68604C081B3B2b1023
Octal1501401140103373532043
Binary110100011000001001100010001101111101110101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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