Shades of Soya Bean #6B5F47
Tints of Soya Bean #6B5F47
RGB
CMYK
RGB Variations
Color information
#6B5F47 (or 0x6B5F47) is known color: Soya Bean. HEX triplet: 6B, 5F and 47. RGB value is (107,95,71). Sum of RGB (Red+Green+Blue) = 107+95+71=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F47 is #94A0B8. Grayscale: #5F5F5F. Windows color (decimal): -9740473 or 4677483. OLE color: 4677483.
HSL color Cylindrical-coordinate representation of color #6B5F47: hue angle of 40º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B5F47 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 71 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.58 |
| HSL | 40º | 0.2% | 0.35% | - |
| HSV(B) | 40º | 0.34% | 0.42% | - |
| XYZ | 11.29 | 11.77 | 7.64 | - |
| YUV | 95.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 71 | 0 | 0.11 | 0.34 | 0.58 | 40 | 0.2 | 0.35 |
| Hex | 6B | 5F | 47 | 0 | B | 22 | 3A | 28 | 14 | 23 |
| Octal | 153 | 137 | 107 | 0 | 13 | 42 | 72 | 50 | 24 | 43 |
| Binary | 1101011 | 1011111 | 1000111 | 0 | 1011 | 100010 | 111010 | 101000 | 10100 | 100011 |
Color Harmonies of #6B5F47
Complementary color
Monochromatic Colors of #6B5F47
Black with #6B5F47
Text Example
Text Example
White with #6B5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F47; }
p { color: rgb(107,95,71); }
H1.HeaderClassName
{
color: #6B5F47;
}
.AnyTagClassName
{
color: #6B5F47;
}
</style>
background-color css
<style>
a { background-color: #6B5F47; }
a { background-color: rgb(107,95,71); }
div.DivClassName
{
background-color: #6B5F47;
}
.BgClassName
{
background-color: #6B5F47;
}
</style>
border-color css
<style>
span { border-color: #6B5F47; }
span { border-color: rgb(107,95,71); }
td.TdClassName
{
border-color: #6B5F47;
}
.TagClassName
{
border-color: #6B5F47;
}
</style>