Shades of Soya Bean #6F654A
Tints of Soya Bean #6F654A
RGB
CMYK
RGB Variations
Color information
#6F654A (or 0x6F654A) is known color: Soya Bean. HEX triplet: 6F, 65 and 4A. RGB value is (111,101,74). Sum of RGB (Red+Green+Blue) = 111+101+74=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F654A is #909AB5. Grayscale: #656565. Windows color (decimal): -9476790 or 4875631. OLE color: 4875631.
HSL color Cylindrical-coordinate representation of color #6F654A: hue angle of 43.78º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F654A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 74 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.56 |
| HSL | 43.78º | 0.2% | 0.36% | - |
| HSV(B) | 43.78º | 0.33% | 0.44% | - |
| XYZ | 12.45 | 13.18 | 8.37 | - |
| YUV | 100.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 74 | 0 | 0.09 | 0.33 | 0.56 | 43.78 | 0.2 | 0.36 |
| Hex | 6F | 65 | 4A | 0 | 9 | 21 | 38 | 2C | 14 | 24 |
| Octal | 157 | 145 | 112 | 0 | 11 | 41 | 70 | 54 | 24 | 44 |
| Binary | 1101111 | 1100101 | 1001010 | 0 | 1001 | 100001 | 111000 | 101100 | 10100 | 100100 |
Color Harmonies of #6F654A
Complementary color
Monochromatic Colors of #6F654A
Black with #6F654A
Text Example
Text Example
White with #6F654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F654A; }
p { color: rgb(111,101,74); }
H1.HeaderClassName
{
color: #6F654A;
}
.AnyTagClassName
{
color: #6F654A;
}
</style>
background-color css
<style>
a { background-color: #6F654A; }
a { background-color: rgb(111,101,74); }
div.DivClassName
{
background-color: #6F654A;
}
.BgClassName
{
background-color: #6F654A;
}
</style>
border-color css
<style>
span { border-color: #6F654A; }
span { border-color: rgb(111,101,74); }
td.TdClassName
{
border-color: #6F654A;
}
.TagClassName
{
border-color: #6F654A;
}
</style>