Shades of Soya Bean #6A6146
Tints of Soya Bean #6A6146
RGB
CMYK
RGB Variations
Color information
#6A6146 (or 0x6A6146) is known color: Soya Bean. HEX triplet: 6A, 61 and 46. RGB value is (106,97,70). Sum of RGB (Red+Green+Blue) = 106+97+70=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6146 is #959EB9. Grayscale: #606060. Windows color (decimal): -9805498 or 4612458. OLE color: 4612458.
HSL color Cylindrical-coordinate representation of color #6A6146: hue angle of 45º 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 #6A6146 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 70 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.58 |
| HSL | 45º | 0.2% | 0.35% | - |
| HSV(B) | 45º | 0.34% | 0.42% | - |
| XYZ | 11.32 | 12.06 | 7.52 | - |
| YUV | 96.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 70 | 0 | 0.08 | 0.34 | 0.58 | 45 | 0.2 | 0.35 |
| Hex | 6A | 61 | 46 | 0 | 8 | 22 | 3A | 2D | 14 | 23 |
| Octal | 152 | 141 | 106 | 0 | 10 | 42 | 72 | 55 | 24 | 43 |
| Binary | 1101010 | 1100001 | 1000110 | 0 | 1000 | 100010 | 111010 | 101101 | 10100 | 100011 |
Color Harmonies of #6A6146
Complementary color
Monochromatic Colors of #6A6146
Black with #6A6146
Text Example
Text Example
White with #6A6146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6146; }
p { color: rgb(106,97,70); }
H1.HeaderClassName
{
color: #6A6146;
}
.AnyTagClassName
{
color: #6A6146;
}
</style>
background-color css
<style>
a { background-color: #6A6146; }
a { background-color: rgb(106,97,70); }
div.DivClassName
{
background-color: #6A6146;
}
.BgClassName
{
background-color: #6A6146;
}
</style>
border-color css
<style>
span { border-color: #6A6146; }
span { border-color: rgb(106,97,70); }
td.TdClassName
{
border-color: #6A6146;
}
.TagClassName
{
border-color: #6A6146;
}
</style>