#6D634D

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

Shades of Soya Bean #6D634D

Tints of Soya Bean #6D634D

Color information

#6D634D (or 0x6D634D) is unknown color: approx Soya Bean. HEX triplet: 6D, 63 and 4D. RGB value is (109,99,77). Sum of RGB (Red+Green+Blue) = 109+99+77=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D634D is #929CB2. Grayscale: #636363. Windows color (decimal): -9608371 or 5071725. OLE color: 5071725.

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

Color convert

RGB1099977-
CMYK00.090.290.57
HSL41.25º17.2%36.47%-
HSV(B)41.25º29.36%42.75%-
XYZ12.1112.718.84-
YUV99.48115.31134.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=38.25%
G=34.74%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109997700.090.290.5741.2517.236.47
Hex6D634D091D39291124
Octal1551431150113571512144
Binary110110111000111001101010011110111100110100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,77); }

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

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

 a { background-color: rgb(109,99,77); }

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

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

 span { border-color: rgb(109,99,77); }

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