Shades of Soya Bean #6F634B
Tints of Soya Bean #6F634B
RGB
CMYK
RGB Variations
Color information
#6F634B (or 0x6F634B) is known color: Soya Bean. HEX triplet: 6F, 63 and 4B. RGB value is (111,99,75). Sum of RGB (Red+Green+Blue) = 111+99+75=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F634B is #909CB4. Grayscale: #636363. Windows color (decimal): -9477301 or 4940655. OLE color: 4940655.
HSL color Cylindrical-coordinate representation of color #6F634B: hue angle of 40º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F634B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 75 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.56 |
| HSL | 40º | 0.19% | 0.36% | - |
| HSV(B) | 40º | 0.32% | 0.44% | - |
| XYZ | 12.29 | 12.81 | 8.48 | - |
| YUV | 99.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 75 | 0 | 0.11 | 0.32 | 0.56 | 40 | 0.19 | 0.36 |
| Hex | 6F | 63 | 4B | 0 | B | 20 | 38 | 28 | 13 | 24 |
| Octal | 157 | 143 | 113 | 0 | 13 | 40 | 70 | 50 | 23 | 44 |
| Binary | 1101111 | 1100011 | 1001011 | 0 | 1011 | 100000 | 111000 | 101000 | 10011 | 100100 |
Color Harmonies of #6F634B
Complementary color
Monochromatic Colors of #6F634B
Black with #6F634B
Text Example
Text Example
White with #6F634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F634B; }
p { color: rgb(111,99,75); }
H1.HeaderClassName
{
color: #6F634B;
}
.AnyTagClassName
{
color: #6F634B;
}
</style>
background-color css
<style>
a { background-color: #6F634B; }
a { background-color: rgb(111,99,75); }
div.DivClassName
{
background-color: #6F634B;
}
.BgClassName
{
background-color: #6F634B;
}
</style>
border-color css
<style>
span { border-color: #6F634B; }
span { border-color: rgb(111,99,75); }
td.TdClassName
{
border-color: #6F634B;
}
.TagClassName
{
border-color: #6F634B;
}
</style>