Shades of Soya Bean #6F6348
Tints of Soya Bean #6F6348
RGB
CMYK
RGB Variations
Color information
#6F6348 (or 0x6F6348) is known color: Soya Bean. HEX triplet: 6F, 63 and 48. RGB value is (111,99,72). Sum of RGB (Red+Green+Blue) = 111+99+72=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6348 is #909CB7. Grayscale: #636363. Windows color (decimal): -9477304 or 4744047. OLE color: 4744047.
HSL color Cylindrical-coordinate representation of color #6F6348: hue angle of 41.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F6348 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 72 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.56 |
| HSL | 41.54º | 0.21% | 0.36% | - |
| HSV(B) | 41.54º | 0.35% | 0.44% | - |
| XYZ | 12.19 | 12.77 | 7.95 | - |
| YUV | 99.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 72 | 0 | 0.11 | 0.35 | 0.56 | 41.54 | 0.21 | 0.36 |
| Hex | 6F | 63 | 48 | 0 | B | 23 | 38 | 2A | 15 | 24 |
| Octal | 157 | 143 | 110 | 0 | 13 | 43 | 70 | 52 | 25 | 44 |
| Binary | 1101111 | 1100011 | 1001000 | 0 | 1011 | 100011 | 111000 | 101010 | 10101 | 100100 |
Color Harmonies of #6F6348
Complementary color
Monochromatic Colors of #6F6348
Black with #6F6348
Text Example
Text Example
White with #6F6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6348; }
p { color: rgb(111,99,72); }
H1.HeaderClassName
{
color: #6F6348;
}
.AnyTagClassName
{
color: #6F6348;
}
</style>
background-color css
<style>
a { background-color: #6F6348; }
a { background-color: rgb(111,99,72); }
div.DivClassName
{
background-color: #6F6348;
}
.BgClassName
{
background-color: #6F6348;
}
</style>
border-color css
<style>
span { border-color: #6F6348; }
span { border-color: rgb(111,99,72); }
td.TdClassName
{
border-color: #6F6348;
}
.TagClassName
{
border-color: #6F6348;
}
</style>