Shades of Soya Bean #6A6048
Tints of Soya Bean #6A6048
RGB
CMYK
RGB Variations
Color information
#6A6048 (or 0x6A6048) is known color: Soya Bean. HEX triplet: 6A, 60 and 48. RGB value is (106,96,72). Sum of RGB (Red+Green+Blue) = 106+96+72=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6048 is #959FB7. Grayscale: #606060. Windows color (decimal): -9805752 or 4743274. OLE color: 4743274.
HSL color Cylindrical-coordinate representation of color #6A6048: hue angle of 42.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6048 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 72 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.58 |
| HSL | 42.35º | 0.19% | 0.35% | - |
| HSV(B) | 42.35º | 0.32% | 0.42% | - |
| XYZ | 11.3 | 11.9 | 7.83 | - |
| YUV | 96.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 72 | 0 | 0.09 | 0.32 | 0.58 | 42.35 | 0.19 | 0.35 |
| Hex | 6A | 60 | 48 | 0 | 9 | 20 | 3A | 2A | 13 | 23 |
| Octal | 152 | 140 | 110 | 0 | 11 | 40 | 72 | 52 | 23 | 43 |
| Binary | 1101010 | 1100000 | 1001000 | 0 | 1001 | 100000 | 111010 | 101010 | 10011 | 100011 |
Color Harmonies of #6A6048
Complementary color
Monochromatic Colors of #6A6048
Black with #6A6048
Text Example
Text Example
White with #6A6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6048; }
p { color: rgb(106,96,72); }
H1.HeaderClassName
{
color: #6A6048;
}
.AnyTagClassName
{
color: #6A6048;
}
</style>
background-color css
<style>
a { background-color: #6A6048; }
a { background-color: rgb(106,96,72); }
div.DivClassName
{
background-color: #6A6048;
}
.BgClassName
{
background-color: #6A6048;
}
</style>
border-color css
<style>
span { border-color: #6A6048; }
span { border-color: rgb(106,96,72); }
td.TdClassName
{
border-color: #6A6048;
}
.TagClassName
{
border-color: #6A6048;
}
</style>