Shades of Soya Bean #6A624E
Tints of Soya Bean #6A624E
RGB
CMYK
RGB Variations
Color information
#6A624E (or 0x6A624E) is known color: Soya Bean. HEX triplet: 6A, 62 and 4E. RGB value is (106,98,78). Sum of RGB (Red+Green+Blue) = 106+98+78=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A624E is #959DB1. Grayscale: #626262. Windows color (decimal): -9805234 or 5137002. OLE color: 5137002.
HSL color Cylindrical-coordinate representation of color #6A624E: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A624E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 78 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.58 |
| HSL | 42.86º | 0.15% | 0.36% | - |
| HSV(B) | 42.86º | 0.26% | 0.42% | - |
| XYZ | 11.69 | 12.35 | 8.98 | - |
| YUV | 98.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 78 | 0 | 0.08 | 0.26 | 0.58 | 42.86 | 0.15 | 0.36 |
| Hex | 6A | 62 | 4E | 0 | 8 | 1A | 3A | 2B | F | 24 |
| Octal | 152 | 142 | 116 | 0 | 10 | 32 | 72 | 53 | 17 | 44 |
| Binary | 1101010 | 1100010 | 1001110 | 0 | 1000 | 11010 | 111010 | 101011 | 1111 | 100100 |
Color Harmonies of #6A624E
Complementary color
Monochromatic Colors of #6A624E
Black with #6A624E
Text Example
Text Example
White with #6A624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A624E; }
p { color: rgb(106,98,78); }
H1.HeaderClassName
{
color: #6A624E;
}
.AnyTagClassName
{
color: #6A624E;
}
</style>
background-color css
<style>
a { background-color: #6A624E; }
a { background-color: rgb(106,98,78); }
div.DivClassName
{
background-color: #6A624E;
}
.BgClassName
{
background-color: #6A624E;
}
</style>
border-color css
<style>
span { border-color: #6A624E; }
span { border-color: rgb(106,98,78); }
td.TdClassName
{
border-color: #6A624E;
}
.TagClassName
{
border-color: #6A624E;
}
</style>