Shades of Soya Bean #6B624C
Tints of Soya Bean #6B624C
RGB
CMYK
RGB Variations
Color information
#6B624C (or 0x6B624C) is known color: Soya Bean. HEX triplet: 6B, 62 and 4C. RGB value is (107,98,76). Sum of RGB (Red+Green+Blue) = 107+98+76=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B624C is #949DB3. Grayscale: #626262. Windows color (decimal): -9739700 or 5005931. OLE color: 5005931.
HSL color Cylindrical-coordinate representation of color #6B624C: hue angle of 42.58º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B624C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 76 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.58 |
| HSL | 42.58º | 0.17% | 0.36% | - |
| HSV(B) | 42.58º | 0.29% | 0.42% | - |
| XYZ | 11.74 | 12.38 | 8.61 | - |
| YUV | 98.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 76 | 0 | 0.08 | 0.29 | 0.58 | 42.58 | 0.17 | 0.36 |
| Hex | 6B | 62 | 4C | 0 | 8 | 1D | 3A | 2B | 11 | 24 |
| Octal | 153 | 142 | 114 | 0 | 10 | 35 | 72 | 53 | 21 | 44 |
| Binary | 1101011 | 1100010 | 1001100 | 0 | 1000 | 11101 | 111010 | 101011 | 10001 | 100100 |
Color Harmonies of #6B624C
Complementary color
Monochromatic Colors of #6B624C
Black with #6B624C
Text Example
Text Example
White with #6B624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B624C; }
p { color: rgb(107,98,76); }
H1.HeaderClassName
{
color: #6B624C;
}
.AnyTagClassName
{
color: #6B624C;
}
</style>
background-color css
<style>
a { background-color: #6B624C; }
a { background-color: rgb(107,98,76); }
div.DivClassName
{
background-color: #6B624C;
}
.BgClassName
{
background-color: #6B624C;
}
</style>
border-color css
<style>
span { border-color: #6B624C; }
span { border-color: rgb(107,98,76); }
td.TdClassName
{
border-color: #6B624C;
}
.TagClassName
{
border-color: #6B624C;
}
</style>