Shades of Soya Bean #67614D
Tints of Soya Bean #67614D
RGB
CMYK
RGB Variations
Color information
#67614D (or 0x67614D) is known color: Soya Bean. HEX triplet: 67, 61 and 4D. RGB value is (103,97,77). Sum of RGB (Red+Green+Blue) = 103+97+77=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #67614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67614D is #989EB2. Grayscale: #606060. Windows color (decimal): -10002099 or 5071207. OLE color: 5071207.
HSL color Cylindrical-coordinate representation of color #67614D: hue angle of 46.15º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67614D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 77 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.60 |
| HSL | 46.15º | 0.14% | 0.35% | - |
| HSV(B) | 46.15º | 0.25% | 0.4% | - |
| XYZ | 11.21 | 11.97 | 8.74 | - |
| YUV | 96.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 77 | 0 | 0.06 | 0.25 | 0.60 | 46.15 | 0.14 | 0.35 |
| Hex | 67 | 61 | 4D | 0 | 6 | 19 | 3C | 2E | E | 23 |
| Octal | 147 | 141 | 115 | 0 | 6 | 31 | 74 | 56 | 16 | 43 |
| Binary | 1100111 | 1100001 | 1001101 | 0 | 110 | 11001 | 111100 | 101110 | 1110 | 100011 |
Color Harmonies of #67614D
Complementary color
Monochromatic Colors of #67614D
Black with #67614D
Text Example
Text Example
White with #67614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67614D; }
p { color: rgb(103,97,77); }
H1.HeaderClassName
{
color: #67614D;
}
.AnyTagClassName
{
color: #67614D;
}
</style>
background-color css
<style>
a { background-color: #67614D; }
a { background-color: rgb(103,97,77); }
div.DivClassName
{
background-color: #67614D;
}
.BgClassName
{
background-color: #67614D;
}
</style>
border-color css
<style>
span { border-color: #67614D; }
span { border-color: rgb(103,97,77); }
td.TdClassName
{
border-color: #67614D;
}
.TagClassName
{
border-color: #67614D;
}
</style>