Shades of Soya Bean #68614F
Tints of Soya Bean #68614F
RGB
CMYK
RGB Variations
Color information
#68614F (or 0x68614F) is known color: Soya Bean. HEX triplet: 68, 61 and 4F. RGB value is (104,97,79). Sum of RGB (Red+Green+Blue) = 104+97+79=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68614F is #979EB0. Grayscale: #616161. Windows color (decimal): -9936561 or 5202280. OLE color: 5202280.
HSL color Cylindrical-coordinate representation of color #68614F: hue angle of 43.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68614F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 79 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.59 |
| HSL | 43.2º | 0.14% | 0.36% | - |
| HSV(B) | 43.2º | 0.24% | 0.41% | - |
| XYZ | 11.39 | 12.06 | 9.12 | - |
| YUV | 97.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 79 | 0 | 0.07 | 0.24 | 0.59 | 43.2 | 0.14 | 0.36 |
| Hex | 68 | 61 | 4F | 0 | 7 | 18 | 3B | 2B | E | 24 |
| Octal | 150 | 141 | 117 | 0 | 7 | 30 | 73 | 53 | 16 | 44 |
| Binary | 1101000 | 1100001 | 1001111 | 0 | 111 | 11000 | 111011 | 101011 | 1110 | 100100 |
Color Harmonies of #68614F
Complementary color
Monochromatic Colors of #68614F
Black with #68614F
Text Example
Text Example
White with #68614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68614F; }
p { color: rgb(104,97,79); }
H1.HeaderClassName
{
color: #68614F;
}
.AnyTagClassName
{
color: #68614F;
}
</style>
background-color css
<style>
a { background-color: #68614F; }
a { background-color: rgb(104,97,79); }
div.DivClassName
{
background-color: #68614F;
}
.BgClassName
{
background-color: #68614F;
}
</style>
border-color css
<style>
span { border-color: #68614F; }
span { border-color: rgb(104,97,79); }
td.TdClassName
{
border-color: #68614F;
}
.TagClassName
{
border-color: #68614F;
}
</style>