Shades of Soya Bean #6D634B
Tints of Soya Bean #6D634B
RGB
CMYK
RGB Variations
Color information
#6D634B (or 0x6D634B) is known color: Soya Bean. HEX triplet: 6D, 63 and 4B. RGB value is (109,99,75). Sum of RGB (Red+Green+Blue) = 109+99+75=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D634B is #929CB4. Grayscale: #636363. Windows color (decimal): -9608373 or 4940653. OLE color: 4940653.
HSL color Cylindrical-coordinate representation of color #6D634B: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D634B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 75 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.57 |
| HSL | 42.35º | 0.18% | 0.36% | - |
| HSV(B) | 42.35º | 0.31% | 0.43% | - |
| XYZ | 12.04 | 12.68 | 8.47 | - |
| YUV | 99.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 75 | 0 | 0.09 | 0.31 | 0.57 | 42.35 | 0.18 | 0.36 |
| Hex | 6D | 63 | 4B | 0 | 9 | 1F | 39 | 2A | 12 | 24 |
| Octal | 155 | 143 | 113 | 0 | 11 | 37 | 71 | 52 | 22 | 44 |
| Binary | 1101101 | 1100011 | 1001011 | 0 | 1001 | 11111 | 111001 | 101010 | 10010 | 100100 |
Color Harmonies of #6D634B
Complementary color
Monochromatic Colors of #6D634B
Black with #6D634B
Text Example
Text Example
White with #6D634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D634B; }
p { color: rgb(109,99,75); }
H1.HeaderClassName
{
color: #6D634B;
}
.AnyTagClassName
{
color: #6D634B;
}
</style>
background-color css
<style>
a { background-color: #6D634B; }
a { background-color: rgb(109,99,75); }
div.DivClassName
{
background-color: #6D634B;
}
.BgClassName
{
background-color: #6D634B;
}
</style>
border-color css
<style>
span { border-color: #6D634B; }
span { border-color: rgb(109,99,75); }
td.TdClassName
{
border-color: #6D634B;
}
.TagClassName
{
border-color: #6D634B;
}
</style>