#68604D

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

Shades of Soya Bean #68604D

Tints of Soya Bean #68604D

Color information

#68604D (or 0x68604D) is unknown color: approx Soya Bean. HEX triplet: 68, 60 and 4D. RGB value is (104,96,77). Sum of RGB (Red+Green+Blue) = 104+96+77=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68604D is #979FB2. Grayscale: #606060. Windows color (decimal): -9936819 or 5070952. OLE color: 5070952.

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

Color convert

RGB1049677-
CMYK00.080.260.59
HSL42.22º14.92%35.49%-
HSV(B)42.22º25.96%40.78%-
XYZ11.2311.848.72-
YUV96.23117.15133.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=37.55%
G=34.66%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104967700.080.260.5942.2214.9235.49
Hex68604D081A3B2af23
Octal1501401150103273521743
Binary11010001100000100110101000110101110111010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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