#6D6049

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

Shades of Soya Bean #6D6049

Tints of Soya Bean #6D6049

Color information

#6D6049 (or 0x6D6049) is unknown color: approx Soya Bean. HEX triplet: 6D, 60 and 49. RGB value is (109,96,73). Sum of RGB (Red+Green+Blue) = 109+96+73=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6049 is #929FB6. Grayscale: #616161. Windows color (decimal): -9609143 or 4808813. OLE color: 4808813.

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

Color convert

RGB1099673-
CMYK00.120.330.57
HSL38.33º19.78%35.69%-
HSV(B)38.33º33.03%42.75%-
XYZ11.6912.18.02-
YUV97.26114.31136.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=39.21%
G=34.53%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109967300.120.330.5738.3319.7835.69
Hex6D60490C2139261424
Octal1551401110144171462444
Binary1101101110000010010010110010000111100110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,73); }

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

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

 a { background-color: rgb(109,96,73); }

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

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

 span { border-color: rgb(109,96,73); }

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