#6D6246

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

Shades of Soya Bean #6D6246

Tints of Soya Bean #6D6246

Color information

#6D6246 (or 0x6D6246) is unknown color: approx Soya Bean. HEX triplet: 6D, 62 and 46. RGB value is (109,98,70). Sum of RGB (Red+Green+Blue) = 109+98+70=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6246 is #929DB9. Grayscale: #626262. Windows color (decimal): -9608634 or 4612717. OLE color: 4612717.

HSL color Cylindrical-coordinate representation of color #6D6246: hue angle of 43.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D6246 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1099870-
CMYK00.100.360.57
HSL43.08º21.79%35.1%-
HSV(B)43.08º35.78%42.75%-
XYZ11.7812.437.57-
YUV98.1112.14135.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=39.35%
G=35.38%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109987000.100.360.5743.0821.7935.1
Hex6D62460A24392b1623
Octal1551421060124471532643
Binary1101101110001010001100101010010011100110101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,70); }

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

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

 a { background-color: rgb(109,98,70); }

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

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

 span { border-color: rgb(109,98,70); }

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