Shades of Soya Bean #69614E
Tints of Soya Bean #69614E
RGB
CMYK
RGB Variations
Color information
#69614E (or 0x69614E) is known color: Soya Bean. HEX triplet: 69, 61 and 4E. RGB value is (105,97,78). Sum of RGB (Red+Green+Blue) = 105+97+78=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #69614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69614E is #969EB1. Grayscale: #616161. Windows color (decimal): -9871026 or 5136745. OLE color: 5136745.
HSL color Cylindrical-coordinate representation of color #69614E: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69614E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 78 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.59 |
| HSL | 42.22º | 0.15% | 0.36% | - |
| HSV(B) | 42.22º | 0.26% | 0.41% | - |
| XYZ | 11.48 | 12.1 | 8.94 | - |
| YUV | 97.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 78 | 0 | 0.08 | 0.26 | 0.59 | 42.22 | 0.15 | 0.36 |
| Hex | 69 | 61 | 4E | 0 | 8 | 1A | 3B | 2A | F | 24 |
| Octal | 151 | 141 | 116 | 0 | 10 | 32 | 73 | 52 | 17 | 44 |
| Binary | 1101001 | 1100001 | 1001110 | 0 | 1000 | 11010 | 111011 | 101010 | 1111 | 100100 |
Color Harmonies of #69614E
Complementary color
Monochromatic Colors of #69614E
Black with #69614E
Text Example
Text Example
White with #69614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69614E; }
p { color: rgb(105,97,78); }
H1.HeaderClassName
{
color: #69614E;
}
.AnyTagClassName
{
color: #69614E;
}
</style>
background-color css
<style>
a { background-color: #69614E; }
a { background-color: rgb(105,97,78); }
div.DivClassName
{
background-color: #69614E;
}
.BgClassName
{
background-color: #69614E;
}
</style>
border-color css
<style>
span { border-color: #69614E; }
span { border-color: rgb(105,97,78); }
td.TdClassName
{
border-color: #69614E;
}
.TagClassName
{
border-color: #69614E;
}
</style>