Shades of Soya Bean #6F644B
Tints of Soya Bean #6F644B
RGB
CMYK
RGB Variations
Color information
#6F644B (or 0x6F644B) is known color: Soya Bean. HEX triplet: 6F, 64 and 4B. RGB value is (111,100,75). Sum of RGB (Red+Green+Blue) = 111+100+75=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F644B is #909BB4. Grayscale: #646464. Windows color (decimal): -9477045 or 4940911. OLE color: 4940911.
HSL color Cylindrical-coordinate representation of color #6F644B: hue angle of 41.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F644B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 75 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.56 |
| HSL | 41.67º | 0.19% | 0.36% | - |
| HSV(B) | 41.67º | 0.32% | 0.44% | - |
| XYZ | 12.38 | 13 | 8.51 | - |
| YUV | 100.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 75 | 0 | 0.10 | 0.32 | 0.56 | 41.67 | 0.19 | 0.36 |
| Hex | 6F | 64 | 4B | 0 | A | 20 | 38 | 2A | 13 | 24 |
| Octal | 157 | 144 | 113 | 0 | 12 | 40 | 70 | 52 | 23 | 44 |
| Binary | 1101111 | 1100100 | 1001011 | 0 | 1010 | 100000 | 111000 | 101010 | 10011 | 100100 |
Color Harmonies of #6F644B
Complementary color
Monochromatic Colors of #6F644B
Black with #6F644B
Text Example
Text Example
White with #6F644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F644B; }
p { color: rgb(111,100,75); }
H1.HeaderClassName
{
color: #6F644B;
}
.AnyTagClassName
{
color: #6F644B;
}
</style>
background-color css
<style>
a { background-color: #6F644B; }
a { background-color: rgb(111,100,75); }
div.DivClassName
{
background-color: #6F644B;
}
.BgClassName
{
background-color: #6F644B;
}
</style>
border-color css
<style>
span { border-color: #6F644B; }
span { border-color: rgb(111,100,75); }
td.TdClassName
{
border-color: #6F644B;
}
.TagClassName
{
border-color: #6F644B;
}
</style>