Shades of Soya Bean #675F46
Tints of Soya Bean #675F46
RGB
CMYK
RGB Variations
Color information
#675F46 (or 0x675F46) is known color: Soya Bean. HEX triplet: 67, 5F and 46. RGB value is (103,95,70). Sum of RGB (Red+Green+Blue) = 103+95+70=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F46 is #98A0B9. Grayscale: #5E5E5E. Windows color (decimal): -10002618 or 4611943. OLE color: 4611943.
HSL color Cylindrical-coordinate representation of color #675F46: hue angle of 45.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675F46 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 70 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.60 |
| HSL | 45.45º | 0.19% | 0.34% | - |
| HSV(B) | 45.45º | 0.32% | 0.4% | - |
| XYZ | 10.79 | 11.51 | 7.45 | - |
| YUV | 94.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 70 | 0 | 0.08 | 0.32 | 0.60 | 45.45 | 0.19 | 0.34 |
| Hex | 67 | 5F | 46 | 0 | 8 | 20 | 3C | 2D | 13 | 22 |
| Octal | 147 | 137 | 106 | 0 | 10 | 40 | 74 | 55 | 23 | 42 |
| Binary | 1100111 | 1011111 | 1000110 | 0 | 1000 | 100000 | 111100 | 101101 | 10011 | 100010 |
Color Harmonies of #675F46
Complementary color
Monochromatic Colors of #675F46
Black with #675F46
Text Example
Text Example
White with #675F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F46; }
p { color: rgb(103,95,70); }
H1.HeaderClassName
{
color: #675F46;
}
.AnyTagClassName
{
color: #675F46;
}
</style>
background-color css
<style>
a { background-color: #675F46; }
a { background-color: rgb(103,95,70); }
div.DivClassName
{
background-color: #675F46;
}
.BgClassName
{
background-color: #675F46;
}
</style>
border-color css
<style>
span { border-color: #675F46; }
span { border-color: rgb(103,95,70); }
td.TdClassName
{
border-color: #675F46;
}
.TagClassName
{
border-color: #675F46;
}
</style>