Shades of Soya Bean #6F654C
Tints of Soya Bean #6F654C
RGB
CMYK
RGB Variations
Color information
#6F654C (or 0x6F654C) is known color: Soya Bean. HEX triplet: 6F, 65 and 4C. RGB value is (111,101,76). Sum of RGB (Red+Green+Blue) = 111+101+76=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F654C is #909AB3. Grayscale: #656565. Windows color (decimal): -9476788 or 5006703. OLE color: 5006703.
HSL color Cylindrical-coordinate representation of color #6F654C: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F654C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 76 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.56 |
| HSL | 42.86º | 0.19% | 0.37% | - |
| HSV(B) | 42.86º | 0.32% | 0.44% | - |
| XYZ | 12.51 | 13.21 | 8.73 | - |
| YUV | 101.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 76 | 0 | 0.09 | 0.32 | 0.56 | 42.86 | 0.19 | 0.37 |
| Hex | 6F | 65 | 4C | 0 | 9 | 20 | 38 | 2B | 13 | 25 |
| Octal | 157 | 145 | 114 | 0 | 11 | 40 | 70 | 53 | 23 | 45 |
| Binary | 1101111 | 1100101 | 1001100 | 0 | 1001 | 100000 | 111000 | 101011 | 10011 | 100101 |
Color Harmonies of #6F654C
Complementary color
Monochromatic Colors of #6F654C
Black with #6F654C
Text Example
Text Example
White with #6F654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F654C; }
p { color: rgb(111,101,76); }
H1.HeaderClassName
{
color: #6F654C;
}
.AnyTagClassName
{
color: #6F654C;
}
</style>
background-color css
<style>
a { background-color: #6F654C; }
a { background-color: rgb(111,101,76); }
div.DivClassName
{
background-color: #6F654C;
}
.BgClassName
{
background-color: #6F654C;
}
</style>
border-color css
<style>
span { border-color: #6F654C; }
span { border-color: rgb(111,101,76); }
td.TdClassName
{
border-color: #6F654C;
}
.TagClassName
{
border-color: #6F654C;
}
</style>