Shades of Soya Bean #6F5F48
Tints of Soya Bean #6F5F48
RGB
CMYK
RGB Variations
Color information
#6F5F48 (or 0x6F5F48) is known color: Soya Bean. HEX triplet: 6F, 5F and 48. RGB value is (111,95,72). Sum of RGB (Red+Green+Blue) = 111+95+72=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F48 is #90A0B7. Grayscale: #616161. Windows color (decimal): -9478328 or 4743023. OLE color: 4743023.
HSL color Cylindrical-coordinate representation of color #6F5F48: hue angle of 35.38º 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 #6F5F48 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 72 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.56 |
| HSL | 35.38º | 0.21% | 0.36% | - |
| HSV(B) | 35.38º | 0.35% | 0.44% | - |
| XYZ | 11.82 | 12.03 | 7.83 | - |
| YUV | 97.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 72 | 0 | 0.14 | 0.35 | 0.56 | 35.38 | 0.21 | 0.36 |
| Hex | 6F | 5F | 48 | 0 | E | 23 | 38 | 23 | 15 | 24 |
| Octal | 157 | 137 | 110 | 0 | 16 | 43 | 70 | 43 | 25 | 44 |
| Binary | 1101111 | 1011111 | 1001000 | 0 | 1110 | 100011 | 111000 | 100011 | 10101 | 100100 |
Color Harmonies of #6F5F48
Complementary color
Monochromatic Colors of #6F5F48
Black with #6F5F48
Text Example
Text Example
White with #6F5F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F48; }
p { color: rgb(111,95,72); }
H1.HeaderClassName
{
color: #6F5F48;
}
.AnyTagClassName
{
color: #6F5F48;
}
</style>
background-color css
<style>
a { background-color: #6F5F48; }
a { background-color: rgb(111,95,72); }
div.DivClassName
{
background-color: #6F5F48;
}
.BgClassName
{
background-color: #6F5F48;
}
</style>
border-color css
<style>
span { border-color: #6F5F48; }
span { border-color: rgb(111,95,72); }
td.TdClassName
{
border-color: #6F5F48;
}
.TagClassName
{
border-color: #6F5F48;
}
</style>