Shades of Soya Bean #675D48
Tints of Soya Bean #675D48
RGB
CMYK
RGB Variations
Color information
#675D48 (or 0x675D48) is known color: Soya Bean. HEX triplet: 67, 5D and 48. RGB value is (103,93,72). Sum of RGB (Red+Green+Blue) = 103+93+72=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D48 is #98A2B7. Grayscale: #5D5D5D. Windows color (decimal): -10003128 or 4742503. OLE color: 4742503.
HSL color Cylindrical-coordinate representation of color #675D48: hue angle of 40.65º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675D48 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 72 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.60 |
| HSL | 40.65º | 0.18% | 0.34% | - |
| HSV(B) | 40.65º | 0.3% | 0.4% | - |
| XYZ | 10.68 | 11.18 | 7.73 | - |
| YUV | 93.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 72 | 0 | 0.10 | 0.30 | 0.60 | 40.65 | 0.18 | 0.34 |
| Hex | 67 | 5D | 48 | 0 | A | 1E | 3C | 29 | 12 | 22 |
| Octal | 147 | 135 | 110 | 0 | 12 | 36 | 74 | 51 | 22 | 42 |
| Binary | 1100111 | 1011101 | 1001000 | 0 | 1010 | 11110 | 111100 | 101001 | 10010 | 100010 |
Color Harmonies of #675D48
Complementary color
Monochromatic Colors of #675D48
Black with #675D48
Text Example
Text Example
White with #675D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D48; }
p { color: rgb(103,93,72); }
H1.HeaderClassName
{
color: #675D48;
}
.AnyTagClassName
{
color: #675D48;
}
</style>
background-color css
<style>
a { background-color: #675D48; }
a { background-color: rgb(103,93,72); }
div.DivClassName
{
background-color: #675D48;
}
.BgClassName
{
background-color: #675D48;
}
</style>
border-color css
<style>
span { border-color: #675D48; }
span { border-color: rgb(103,93,72); }
td.TdClassName
{
border-color: #675D48;
}
.TagClassName
{
border-color: #675D48;
}
</style>