Shades of Soya Bean #6F624A
Tints of Soya Bean #6F624A
RGB
CMYK
RGB Variations
Color information
#6F624A (or 0x6F624A) is known color: Soya Bean. HEX triplet: 6F, 62 and 4A. RGB value is (111,98,74). Sum of RGB (Red+Green+Blue) = 111+98+74=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624A is #909DB5. Grayscale: #636363. Windows color (decimal): -9477558 or 4874863. OLE color: 4874863.
HSL color Cylindrical-coordinate representation of color #6F624A: hue angle of 38.92º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F624A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 74 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.56 |
| HSL | 38.92º | 0.2% | 0.36% | - |
| HSV(B) | 38.92º | 0.33% | 0.44% | - |
| XYZ | 12.16 | 12.61 | 8.27 | - |
| YUV | 99.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 74 | 0 | 0.12 | 0.33 | 0.56 | 38.92 | 0.2 | 0.36 |
| Hex | 6F | 62 | 4A | 0 | C | 21 | 38 | 27 | 14 | 24 |
| Octal | 157 | 142 | 112 | 0 | 14 | 41 | 70 | 47 | 24 | 44 |
| Binary | 1101111 | 1100010 | 1001010 | 0 | 1100 | 100001 | 111000 | 100111 | 10100 | 100100 |
Color Harmonies of #6F624A
Complementary color
Monochromatic Colors of #6F624A
Black with #6F624A
Text Example
Text Example
White with #6F624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F624A; }
p { color: rgb(111,98,74); }
H1.HeaderClassName
{
color: #6F624A;
}
.AnyTagClassName
{
color: #6F624A;
}
</style>
background-color css
<style>
a { background-color: #6F624A; }
a { background-color: rgb(111,98,74); }
div.DivClassName
{
background-color: #6F624A;
}
.BgClassName
{
background-color: #6F624A;
}
</style>
border-color css
<style>
span { border-color: #6F624A; }
span { border-color: rgb(111,98,74); }
td.TdClassName
{
border-color: #6F624A;
}
.TagClassName
{
border-color: #6F624A;
}
</style>