Shades of Soya Bean #6B5F49
Tints of Soya Bean #6B5F49
RGB
CMYK
RGB Variations
Color information
#6B5F49 (or 0x6B5F49) is known color: Soya Bean. HEX triplet: 6B, 5F and 49. RGB value is (107,95,73). Sum of RGB (Red+Green+Blue) = 107+95+73=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F49 is #94A0B6. Grayscale: #606060. Windows color (decimal): -9740471 or 4808555. OLE color: 4808555.
HSL color Cylindrical-coordinate representation of color #6B5F49: hue angle of 38.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5F49 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 73 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.58 |
| HSL | 38.82º | 0.19% | 0.35% | - |
| HSV(B) | 38.82º | 0.32% | 0.42% | - |
| XYZ | 11.36 | 11.79 | 7.98 | - |
| YUV | 96.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 73 | 0 | 0.11 | 0.32 | 0.58 | 38.82 | 0.19 | 0.35 |
| Hex | 6B | 5F | 49 | 0 | B | 20 | 3A | 27 | 13 | 23 |
| Octal | 153 | 137 | 111 | 0 | 13 | 40 | 72 | 47 | 23 | 43 |
| Binary | 1101011 | 1011111 | 1001001 | 0 | 1011 | 100000 | 111010 | 100111 | 10011 | 100011 |
Color Harmonies of #6B5F49
Complementary color
Monochromatic Colors of #6B5F49
Black with #6B5F49
Text Example
Text Example
White with #6B5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F49; }
p { color: rgb(107,95,73); }
H1.HeaderClassName
{
color: #6B5F49;
}
.AnyTagClassName
{
color: #6B5F49;
}
</style>
background-color css
<style>
a { background-color: #6B5F49; }
a { background-color: rgb(107,95,73); }
div.DivClassName
{
background-color: #6B5F49;
}
.BgClassName
{
background-color: #6B5F49;
}
</style>
border-color css
<style>
span { border-color: #6B5F49; }
span { border-color: rgb(107,95,73); }
td.TdClassName
{
border-color: #6B5F49;
}
.TagClassName
{
border-color: #6B5F49;
}
</style>