#6E654D

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

Shades of Soya Bean #6E654D

Tints of Soya Bean #6E654D

Color information

#6E654D (or 0x6E654D) is unknown color: approx Soya Bean. HEX triplet: 6E, 65 and 4D. RGB value is (110,101,77). Sum of RGB (Red+Green+Blue) = 110+101+77=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E654D is #919AB2. Grayscale: #656565. Windows color (decimal): -9542323 or 5072238. OLE color: 5072238.

HSL color Cylindrical-coordinate representation of color #6E654D: hue angle of 43.64º 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 #6E654D is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB11010177-
CMYK00.080.30.57
HSL43.64º17.65%36.67%-
HSV(B)43.64º30%43.14%-
XYZ12.4213.168.91-
YUV100.96114.48134.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=38.19%
G=35.07%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101017700.080.30.5743.6417.6536.67
Hex6E654D081E392c1225
Octal1561451150103671542245
Binary110111011001011001101010001111011100110110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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