Shades of Soya Bean #6F644C
Tints of Soya Bean #6F644C
RGB
CMYK
RGB Variations
Color information
#6F644C (or 0x6F644C) is known color: Soya Bean. HEX triplet: 6F, 64 and 4C. RGB value is (111,100,76). Sum of RGB (Red+Green+Blue) = 111+100+76=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F644C is #909BB3. Grayscale: #646464. Windows color (decimal): -9477044 or 5006447. OLE color: 5006447.
HSL color Cylindrical-coordinate representation of color #6F644C: hue angle of 41.14º 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 #6F644C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 76 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.56 |
| HSL | 41.14º | 0.19% | 0.37% | - |
| HSV(B) | 41.14º | 0.32% | 0.44% | - |
| XYZ | 12.42 | 13.02 | 8.7 | - |
| YUV | 100.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 76 | 0 | 0.10 | 0.32 | 0.56 | 41.14 | 0.19 | 0.37 |
| Hex | 6F | 64 | 4C | 0 | A | 20 | 38 | 29 | 13 | 25 |
| Octal | 157 | 144 | 114 | 0 | 12 | 40 | 70 | 51 | 23 | 45 |
| Binary | 1101111 | 1100100 | 1001100 | 0 | 1010 | 100000 | 111000 | 101001 | 10011 | 100101 |
Color Harmonies of #6F644C
Complementary color
Monochromatic Colors of #6F644C
Black with #6F644C
Text Example
Text Example
White with #6F644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F644C; }
p { color: rgb(111,100,76); }
H1.HeaderClassName
{
color: #6F644C;
}
.AnyTagClassName
{
color: #6F644C;
}
</style>
background-color css
<style>
a { background-color: #6F644C; }
a { background-color: rgb(111,100,76); }
div.DivClassName
{
background-color: #6F644C;
}
.BgClassName
{
background-color: #6F644C;
}
</style>
border-color css
<style>
span { border-color: #6F644C; }
span { border-color: rgb(111,100,76); }
td.TdClassName
{
border-color: #6F644C;
}
.TagClassName
{
border-color: #6F644C;
}
</style>