Shades of Soya Bean #69624E
Tints of Soya Bean #69624E
RGB
CMYK
RGB Variations
Color information
#69624E (or 0x69624E) is known color: Soya Bean. HEX triplet: 69, 62 and 4E. RGB value is (105,98,78). Sum of RGB (Red+Green+Blue) = 105+98+78=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #69624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69624E is #969DB1. Grayscale: #616161. Windows color (decimal): -9870770 or 5137001. OLE color: 5137001.
HSL color Cylindrical-coordinate representation of color #69624E: hue angle of 44.44º 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 #69624E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 78 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.59 |
| HSL | 44.44º | 0.15% | 0.36% | - |
| HSV(B) | 44.44º | 0.26% | 0.41% | - |
| XYZ | 11.57 | 12.29 | 8.97 | - |
| YUV | 97.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 78 | 0 | 0.07 | 0.26 | 0.59 | 44.44 | 0.15 | 0.36 |
| Hex | 69 | 62 | 4E | 0 | 7 | 1A | 3B | 2C | F | 24 |
| Octal | 151 | 142 | 116 | 0 | 7 | 32 | 73 | 54 | 17 | 44 |
| Binary | 1101001 | 1100010 | 1001110 | 0 | 111 | 11010 | 111011 | 101100 | 1111 | 100100 |
Color Harmonies of #69624E
Complementary color
Monochromatic Colors of #69624E
Black with #69624E
Text Example
Text Example
White with #69624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69624E; }
p { color: rgb(105,98,78); }
H1.HeaderClassName
{
color: #69624E;
}
.AnyTagClassName
{
color: #69624E;
}
</style>
background-color css
<style>
a { background-color: #69624E; }
a { background-color: rgb(105,98,78); }
div.DivClassName
{
background-color: #69624E;
}
.BgClassName
{
background-color: #69624E;
}
</style>
border-color css
<style>
span { border-color: #69624E; }
span { border-color: rgb(105,98,78); }
td.TdClassName
{
border-color: #69624E;
}
.TagClassName
{
border-color: #69624E;
}
</style>