Shades of Soya Bean #6D6350
Tints of Soya Bean #6D6350
RGB
CMYK
RGB Variations
Color information
#6D6350 (or 0x6D6350) is known color: Soya Bean. HEX triplet: 6D, 63 and 50. RGB value is (109,99,80). Sum of RGB (Red+Green+Blue) = 109+99+80=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6350 is #929CAF. Grayscale: #636363. Windows color (decimal): -9608368 or 5268333. OLE color: 5268333.
HSL color Cylindrical-coordinate representation of color #6D6350: hue angle of 39.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6350 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 80 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.57 |
| HSL | 39.31º | 0.15% | 0.37% | - |
| HSV(B) | 39.31º | 0.27% | 0.43% | - |
| XYZ | 12.22 | 12.75 | 9.41 | - |
| YUV | 99.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 80 | 0 | 0.09 | 0.27 | 0.57 | 39.31 | 0.15 | 0.37 |
| Hex | 6D | 63 | 50 | 0 | 9 | 1B | 39 | 27 | F | 25 |
| Octal | 155 | 143 | 120 | 0 | 11 | 33 | 71 | 47 | 17 | 45 |
| Binary | 1101101 | 1100011 | 1010000 | 0 | 1001 | 11011 | 111001 | 100111 | 1111 | 100101 |
Color Harmonies of #6D6350
Complementary color
Monochromatic Colors of #6D6350
Black with #6D6350
Text Example
Text Example
White with #6D6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6350; }
p { color: rgb(109,99,80); }
H1.HeaderClassName
{
color: #6D6350;
}
.AnyTagClassName
{
color: #6D6350;
}
</style>
background-color css
<style>
a { background-color: #6D6350; }
a { background-color: rgb(109,99,80); }
div.DivClassName
{
background-color: #6D6350;
}
.BgClassName
{
background-color: #6D6350;
}
</style>
border-color css
<style>
span { border-color: #6D6350; }
span { border-color: rgb(109,99,80); }
td.TdClassName
{
border-color: #6D6350;
}
.TagClassName
{
border-color: #6D6350;
}
</style>