Shades of Soya Bean #6D634A
Tints of Soya Bean #6D634A
RGB
CMYK
RGB Variations
Color information
#6D634A (or 0x6D634A) is known color: Soya Bean. HEX triplet: 6D, 63 and 4A. RGB value is (109,99,74). Sum of RGB (Red+Green+Blue) = 109+99+74=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D634A is #929CB5. Grayscale: #636363. Windows color (decimal): -9608374 or 4875117. OLE color: 4875117.
HSL color Cylindrical-coordinate representation of color #6D634A: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D634A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 74 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.57 |
| HSL | 42.86º | 0.19% | 0.36% | - |
| HSV(B) | 42.86º | 0.32% | 0.43% | - |
| XYZ | 12 | 12.67 | 8.29 | - |
| YUV | 99.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 74 | 0 | 0.09 | 0.32 | 0.57 | 42.86 | 0.19 | 0.36 |
| Hex | 6D | 63 | 4A | 0 | 9 | 20 | 39 | 2B | 13 | 24 |
| Octal | 155 | 143 | 112 | 0 | 11 | 40 | 71 | 53 | 23 | 44 |
| Binary | 1101101 | 1100011 | 1001010 | 0 | 1001 | 100000 | 111001 | 101011 | 10011 | 100100 |
Color Harmonies of #6D634A
Complementary color
Monochromatic Colors of #6D634A
Black with #6D634A
Text Example
Text Example
White with #6D634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D634A; }
p { color: rgb(109,99,74); }
H1.HeaderClassName
{
color: #6D634A;
}
.AnyTagClassName
{
color: #6D634A;
}
</style>
background-color css
<style>
a { background-color: #6D634A; }
a { background-color: rgb(109,99,74); }
div.DivClassName
{
background-color: #6D634A;
}
.BgClassName
{
background-color: #6D634A;
}
</style>
border-color css
<style>
span { border-color: #6D634A; }
span { border-color: rgb(109,99,74); }
td.TdClassName
{
border-color: #6D634A;
}
.TagClassName
{
border-color: #6D634A;
}
</style>