Shades of Soya Bean #6F624E
Tints of Soya Bean #6F624E
RGB
CMYK
RGB Variations
Color information
#6F624E (or 0x6F624E) is known color: Soya Bean. HEX triplet: 6F, 62 and 4E. RGB value is (111,98,78). Sum of RGB (Red+Green+Blue) = 111+98+78=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F624E is #909DB1. Grayscale: #636363. Windows color (decimal): -9477554 or 5137007. OLE color: 5137007.
HSL color Cylindrical-coordinate representation of color #6F624E: hue angle of 36.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F624E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 78 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.56 |
| HSL | 36.36º | 0.17% | 0.37% | - |
| HSV(B) | 36.36º | 0.3% | 0.44% | - |
| XYZ | 12.3 | 12.66 | 9 | - |
| YUV | 99.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 78 | 0 | 0.12 | 0.30 | 0.56 | 36.36 | 0.17 | 0.37 |
| Hex | 6F | 62 | 4E | 0 | C | 1E | 38 | 24 | 11 | 25 |
| Octal | 157 | 142 | 116 | 0 | 14 | 36 | 70 | 44 | 21 | 45 |
| Binary | 1101111 | 1100010 | 1001110 | 0 | 1100 | 11110 | 111000 | 100100 | 10001 | 100101 |
Color Harmonies of #6F624E
Complementary color
Monochromatic Colors of #6F624E
Black with #6F624E
Text Example
Text Example
White with #6F624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F624E; }
p { color: rgb(111,98,78); }
H1.HeaderClassName
{
color: #6F624E;
}
.AnyTagClassName
{
color: #6F624E;
}
</style>
background-color css
<style>
a { background-color: #6F624E; }
a { background-color: rgb(111,98,78); }
div.DivClassName
{
background-color: #6F624E;
}
.BgClassName
{
background-color: #6F624E;
}
</style>
border-color css
<style>
span { border-color: #6F624E; }
span { border-color: rgb(111,98,78); }
td.TdClassName
{
border-color: #6F624E;
}
.TagClassName
{
border-color: #6F624E;
}
</style>