Shades of Soya Bean #6A624D
Tints of Soya Bean #6A624D
RGB
CMYK
RGB Variations
Color information
#6A624D (or 0x6A624D) is known color: Soya Bean. HEX triplet: 6A, 62 and 4D. RGB value is (106,98,77). Sum of RGB (Red+Green+Blue) = 106+98+77=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A624D is #959DB2. Grayscale: #626262. Windows color (decimal): -9805235 or 5071466. OLE color: 5071466.
HSL color Cylindrical-coordinate representation of color #6A624D: hue angle of 43.45º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A624D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 77 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.58 |
| HSL | 43.45º | 0.16% | 0.36% | - |
| HSV(B) | 43.45º | 0.27% | 0.42% | - |
| XYZ | 11.65 | 12.34 | 8.79 | - |
| YUV | 98 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 77 | 0 | 0.08 | 0.27 | 0.58 | 43.45 | 0.16 | 0.36 |
| Hex | 6A | 62 | 4D | 0 | 8 | 1B | 3A | 2B | 10 | 24 |
| Octal | 152 | 142 | 115 | 0 | 10 | 33 | 72 | 53 | 20 | 44 |
| Binary | 1101010 | 1100010 | 1001101 | 0 | 1000 | 11011 | 111010 | 101011 | 10000 | 100100 |
Color Harmonies of #6A624D
Complementary color
Monochromatic Colors of #6A624D
Black with #6A624D
Text Example
Text Example
White with #6A624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A624D; }
p { color: rgb(106,98,77); }
H1.HeaderClassName
{
color: #6A624D;
}
.AnyTagClassName
{
color: #6A624D;
}
</style>
background-color css
<style>
a { background-color: #6A624D; }
a { background-color: rgb(106,98,77); }
div.DivClassName
{
background-color: #6A624D;
}
.BgClassName
{
background-color: #6A624D;
}
</style>
border-color css
<style>
span { border-color: #6A624D; }
span { border-color: rgb(106,98,77); }
td.TdClassName
{
border-color: #6A624D;
}
.TagClassName
{
border-color: #6A624D;
}
</style>