Shades of Soya Bean #6A5F48
Tints of Soya Bean #6A5F48
RGB
CMYK
RGB Variations
Color information
#6A5F48 (or 0x6A5F48) is known color: Soya Bean. HEX triplet: 6A, 5F and 48. RGB value is (106,95,72). Sum of RGB (Red+Green+Blue) = 106+95+72=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5F48 is #95A0B7. Grayscale: #5F5F5F. Windows color (decimal): -9806008 or 4743018. OLE color: 4743018.
HSL color Cylindrical-coordinate representation of color #6A5F48: hue angle of 40.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A5F48 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 72 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.58 |
| HSL | 40.59º | 0.19% | 0.35% | - |
| HSV(B) | 40.59º | 0.32% | 0.42% | - |
| XYZ | 11.21 | 11.72 | 7.8 | - |
| YUV | 95.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 72 | 0 | 0.10 | 0.32 | 0.58 | 40.59 | 0.19 | 0.35 |
| Hex | 6A | 5F | 48 | 0 | A | 20 | 3A | 29 | 13 | 23 |
| Octal | 152 | 137 | 110 | 0 | 12 | 40 | 72 | 51 | 23 | 43 |
| Binary | 1101010 | 1011111 | 1001000 | 0 | 1010 | 100000 | 111010 | 101001 | 10011 | 100011 |
Color Harmonies of #6A5F48
Complementary color
Monochromatic Colors of #6A5F48
Black with #6A5F48
Text Example
Text Example
White with #6A5F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F48; }
p { color: rgb(106,95,72); }
H1.HeaderClassName
{
color: #6A5F48;
}
.AnyTagClassName
{
color: #6A5F48;
}
</style>
background-color css
<style>
a { background-color: #6A5F48; }
a { background-color: rgb(106,95,72); }
div.DivClassName
{
background-color: #6A5F48;
}
.BgClassName
{
background-color: #6A5F48;
}
</style>
border-color css
<style>
span { border-color: #6A5F48; }
span { border-color: rgb(106,95,72); }
td.TdClassName
{
border-color: #6A5F48;
}
.TagClassName
{
border-color: #6A5F48;
}
</style>