#6E644D

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

Shades of Soya Bean #6E644D

Tints of Soya Bean #6E644D

Color information

#6E644D (or 0x6E644D) is unknown color: approx Soya Bean. HEX triplet: 6E, 64 and 4D. RGB value is (110,100,77). Sum of RGB (Red+Green+Blue) = 110+100+77=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E644D is #919BB2. Grayscale: #646464. Windows color (decimal): -9542579 or 5071982. OLE color: 5071982.

HSL color Cylindrical-coordinate representation of color #6E644D: hue angle of 41.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E644D is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB11010077-
CMYK00.090.30.57
HSL41.82º17.65%36.67%-
HSV(B)41.82º30%43.14%-
XYZ12.3312.978.87-
YUV100.37114.81134.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=38.33%
G=34.84%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101007700.090.30.5741.8217.6536.67
Hex6E644D091E392a1225
Octal1561441150113671522245
Binary110111011001001001101010011111011100110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E644D; }

 p { color: rgb(110,100,77); }

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

<style>
 a { background-color: #6E644D; }

 a { background-color: rgb(110,100,77); }

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

<style>
 span { border-color: #6E644D; }

 span { border-color: rgb(110,100,77); }

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