Shades of Soya Bean #675F4C
Tints of Soya Bean #675F4C
RGB
CMYK
RGB Variations
Color information
#675F4C (or 0x675F4C) is known color: Soya Bean. HEX triplet: 67, 5F and 4C. RGB value is (103,95,76). Sum of RGB (Red+Green+Blue) = 103+95+76=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F4C is #98A0B3. Grayscale: #5F5F5F. Windows color (decimal): -10002612 or 5005159. OLE color: 5005159.
HSL color Cylindrical-coordinate representation of color #675F4C: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675F4C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 76 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.60 |
| HSL | 42.22º | 0.15% | 0.35% | - |
| HSV(B) | 42.22º | 0.26% | 0.4% | - |
| XYZ | 10.99 | 11.59 | 8.5 | - |
| YUV | 95.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 76 | 0 | 0.08 | 0.26 | 0.60 | 42.22 | 0.15 | 0.35 |
| Hex | 67 | 5F | 4C | 0 | 8 | 1A | 3C | 2A | F | 23 |
| Octal | 147 | 137 | 114 | 0 | 10 | 32 | 74 | 52 | 17 | 43 |
| Binary | 1100111 | 1011111 | 1001100 | 0 | 1000 | 11010 | 111100 | 101010 | 1111 | 100011 |
Color Harmonies of #675F4C
Complementary color
Monochromatic Colors of #675F4C
Black with #675F4C
Text Example
Text Example
White with #675F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F4C; }
p { color: rgb(103,95,76); }
H1.HeaderClassName
{
color: #675F4C;
}
.AnyTagClassName
{
color: #675F4C;
}
</style>
background-color css
<style>
a { background-color: #675F4C; }
a { background-color: rgb(103,95,76); }
div.DivClassName
{
background-color: #675F4C;
}
.BgClassName
{
background-color: #675F4C;
}
</style>
border-color css
<style>
span { border-color: #675F4C; }
span { border-color: rgb(103,95,76); }
td.TdClassName
{
border-color: #675F4C;
}
.TagClassName
{
border-color: #675F4C;
}
</style>