Shades of Soya Bean #6F654D
Tints of Soya Bean #6F654D
RGB
CMYK
RGB Variations
Color information
#6F654D (or 0x6F654D) is known color: Soya Bean. HEX triplet: 6F, 65 and 4D. RGB value is (111,101,77). Sum of RGB (Red+Green+Blue) = 111+101+77=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F654D is #909AB2. Grayscale: #656565. Windows color (decimal): -9476787 or 5072239. OLE color: 5072239.
HSL color Cylindrical-coordinate representation of color #6F654D: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F654D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 77 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.56 |
| HSL | 42.35º | 0.18% | 0.37% | - |
| HSV(B) | 42.35º | 0.31% | 0.44% | - |
| XYZ | 12.55 | 13.22 | 8.91 | - |
| YUV | 101.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 77 | 0 | 0.09 | 0.31 | 0.56 | 42.35 | 0.18 | 0.37 |
| Hex | 6F | 65 | 4D | 0 | 9 | 1F | 38 | 2A | 12 | 25 |
| Octal | 157 | 145 | 115 | 0 | 11 | 37 | 70 | 52 | 22 | 45 |
| Binary | 1101111 | 1100101 | 1001101 | 0 | 1001 | 11111 | 111000 | 101010 | 10010 | 100101 |
Color Harmonies of #6F654D
Complementary color
Monochromatic Colors of #6F654D
Black with #6F654D
Text Example
Text Example
White with #6F654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F654D; }
p { color: rgb(111,101,77); }
H1.HeaderClassName
{
color: #6F654D;
}
.AnyTagClassName
{
color: #6F654D;
}
</style>
background-color css
<style>
a { background-color: #6F654D; }
a { background-color: rgb(111,101,77); }
div.DivClassName
{
background-color: #6F654D;
}
.BgClassName
{
background-color: #6F654D;
}
</style>
border-color css
<style>
span { border-color: #6F654D; }
span { border-color: rgb(111,101,77); }
td.TdClassName
{
border-color: #6F654D;
}
.TagClassName
{
border-color: #6F654D;
}
</style>