Shades of Soya Bean #696048
Tints of Soya Bean #696048
RGB
CMYK
RGB Variations
Color information
#696048 (or 0x696048) is known color: Soya Bean. HEX triplet: 69, 60 and 48. RGB value is (105,96,72). Sum of RGB (Red+Green+Blue) = 105+96+72=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696048 is #969FB7. Grayscale: #606060. Windows color (decimal): -9871288 or 4743273. OLE color: 4743273.
HSL color Cylindrical-coordinate representation of color #696048: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696048 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 72 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.59 |
| HSL | 43.64º | 0.19% | 0.35% | - |
| HSV(B) | 43.64º | 0.31% | 0.41% | - |
| XYZ | 11.18 | 11.84 | 7.83 | - |
| YUV | 95.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 72 | 0 | 0.09 | 0.31 | 0.59 | 43.64 | 0.19 | 0.35 |
| Hex | 69 | 60 | 48 | 0 | 9 | 1F | 3B | 2C | 13 | 23 |
| Octal | 151 | 140 | 110 | 0 | 11 | 37 | 73 | 54 | 23 | 43 |
| Binary | 1101001 | 1100000 | 1001000 | 0 | 1001 | 11111 | 111011 | 101100 | 10011 | 100011 |
Color Harmonies of #696048
Complementary color
Monochromatic Colors of #696048
Black with #696048
Text Example
Text Example
White with #696048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696048; }
p { color: rgb(105,96,72); }
H1.HeaderClassName
{
color: #696048;
}
.AnyTagClassName
{
color: #696048;
}
</style>
background-color css
<style>
a { background-color: #696048; }
a { background-color: rgb(105,96,72); }
div.DivClassName
{
background-color: #696048;
}
.BgClassName
{
background-color: #696048;
}
</style>
border-color css
<style>
span { border-color: #696048; }
span { border-color: rgb(105,96,72); }
td.TdClassName
{
border-color: #696048;
}
.TagClassName
{
border-color: #696048;
}
</style>