Shades of Soya Bean #6D5D43
Tints of Soya Bean #6D5D43
RGB
CMYK
RGB Variations
Color information
#6D5D43 (or 0x6D5D43) is known color: Soya Bean. HEX triplet: 6D, 5D and 43. RGB value is (109,93,67). Sum of RGB (Red+Green+Blue) = 109+93+67=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D43 is #92A2BC. Grayscale: #5E5E5E. Windows color (decimal): -9609917 or 4414829. OLE color: 4414829.
HSL color Cylindrical-coordinate representation of color #6D5D43: hue angle of 37.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5D43 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 67 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.57 |
| HSL | 37.14º | 0.24% | 0.35% | - |
| HSV(B) | 37.14º | 0.39% | 0.43% | - |
| XYZ | 11.23 | 11.49 | 6.93 | - |
| YUV | 94.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 67 | 0 | 0.15 | 0.39 | 0.57 | 37.14 | 0.24 | 0.35 |
| Hex | 6D | 5D | 43 | 0 | F | 27 | 39 | 25 | 18 | 23 |
| Octal | 155 | 135 | 103 | 0 | 17 | 47 | 71 | 45 | 30 | 43 |
| Binary | 1101101 | 1011101 | 1000011 | 0 | 1111 | 100111 | 111001 | 100101 | 11000 | 100011 |
Color Harmonies of #6D5D43
Complementary color
Monochromatic Colors of #6D5D43
Black with #6D5D43
Text Example
Text Example
White with #6D5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D43; }
p { color: rgb(109,93,67); }
H1.HeaderClassName
{
color: #6D5D43;
}
.AnyTagClassName
{
color: #6D5D43;
}
</style>
background-color css
<style>
a { background-color: #6D5D43; }
a { background-color: rgb(109,93,67); }
div.DivClassName
{
background-color: #6D5D43;
}
.BgClassName
{
background-color: #6D5D43;
}
</style>
border-color css
<style>
span { border-color: #6D5D43; }
span { border-color: rgb(109,93,67); }
td.TdClassName
{
border-color: #6D5D43;
}
.TagClassName
{
border-color: #6D5D43;
}
</style>