Shades of Soya Bean #67614F
Tints of Soya Bean #67614F
RGB
CMYK
RGB Variations
Color information
#67614F (or 0x67614F) is known color: Soya Bean. HEX triplet: 67, 61 and 4F. RGB value is (103,97,79). Sum of RGB (Red+Green+Blue) = 103+97+79=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #67614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67614F is #989EB0. Grayscale: #606060. Windows color (decimal): -10002097 or 5202279. OLE color: 5202279.
HSL color Cylindrical-coordinate representation of color #67614F: hue angle of 45º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67614F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 79 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.60 |
| HSL | 45º | 0.13% | 0.36% | - |
| HSV(B) | 45º | 0.23% | 0.4% | - |
| XYZ | 11.28 | 12 | 9.12 | - |
| YUV | 96.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 79 | 0 | 0.06 | 0.23 | 0.60 | 45 | 0.13 | 0.36 |
| Hex | 67 | 61 | 4F | 0 | 6 | 17 | 3C | 2D | D | 24 |
| Octal | 147 | 141 | 117 | 0 | 6 | 27 | 74 | 55 | 15 | 44 |
| Binary | 1100111 | 1100001 | 1001111 | 0 | 110 | 10111 | 111100 | 101101 | 1101 | 100100 |
Color Harmonies of #67614F
Complementary color
Monochromatic Colors of #67614F
Black with #67614F
Text Example
Text Example
White with #67614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67614F; }
p { color: rgb(103,97,79); }
H1.HeaderClassName
{
color: #67614F;
}
.AnyTagClassName
{
color: #67614F;
}
</style>
background-color css
<style>
a { background-color: #67614F; }
a { background-color: rgb(103,97,79); }
div.DivClassName
{
background-color: #67614F;
}
.BgClassName
{
background-color: #67614F;
}
</style>
border-color css
<style>
span { border-color: #67614F; }
span { border-color: rgb(103,97,79); }
td.TdClassName
{
border-color: #67614F;
}
.TagClassName
{
border-color: #67614F;
}
</style>