Shades of Soya Bean #6F6350
Tints of Soya Bean #6F6350
RGB
CMYK
RGB Variations
Color information
#6F6350 (or 0x6F6350) is known color: Soya Bean. HEX triplet: 6F, 63 and 50. RGB value is (111,99,80). Sum of RGB (Red+Green+Blue) = 111+99+80=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6350 is #909CAF. Grayscale: #646464. Windows color (decimal): -9477296 or 5268335. OLE color: 5268335.
HSL color Cylindrical-coordinate representation of color #6F6350: hue angle of 36.77º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6350 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 80 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.56 |
| HSL | 36.77º | 0.16% | 0.37% | - |
| HSV(B) | 36.77º | 0.28% | 0.44% | - |
| XYZ | 12.47 | 12.88 | 9.42 | - |
| YUV | 100.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 80 | 0 | 0.11 | 0.28 | 0.56 | 36.77 | 0.16 | 0.37 |
| Hex | 6F | 63 | 50 | 0 | B | 1C | 38 | 25 | 10 | 25 |
| Octal | 157 | 143 | 120 | 0 | 13 | 34 | 70 | 45 | 20 | 45 |
| Binary | 1101111 | 1100011 | 1010000 | 0 | 1011 | 11100 | 111000 | 100101 | 10000 | 100101 |
Color Harmonies of #6F6350
Complementary color
Monochromatic Colors of #6F6350
Black with #6F6350
Text Example
Text Example
White with #6F6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6350; }
p { color: rgb(111,99,80); }
H1.HeaderClassName
{
color: #6F6350;
}
.AnyTagClassName
{
color: #6F6350;
}
</style>
background-color css
<style>
a { background-color: #6F6350; }
a { background-color: rgb(111,99,80); }
div.DivClassName
{
background-color: #6F6350;
}
.BgClassName
{
background-color: #6F6350;
}
</style>
border-color css
<style>
span { border-color: #6F6350; }
span { border-color: rgb(111,99,80); }
td.TdClassName
{
border-color: #6F6350;
}
.TagClassName
{
border-color: #6F6350;
}
</style>