Shades of Soya Bean #665F46
Tints of Soya Bean #665F46
RGB
CMYK
RGB Variations
Color information
#665F46 (or 0x665F46) is known color: Soya Bean. HEX triplet: 66, 5F and 46. RGB value is (102,95,70). Sum of RGB (Red+Green+Blue) = 102+95+70=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F46 is #99A0B9. Grayscale: #5E5E5E. Windows color (decimal): -10068154 or 4611942. OLE color: 4611942.
HSL color Cylindrical-coordinate representation of color #665F46: hue angle of 46.88º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665F46 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 70 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.6 |
| HSL | 46.88º | 0.19% | 0.34% | - |
| HSV(B) | 46.88º | 0.31% | 0.4% | - |
| XYZ | 10.68 | 11.45 | 7.44 | - |
| YUV | 94.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 70 | 0 | 0.07 | 0.31 | 0.6 | 46.88 | 0.19 | 0.34 |
| Hex | 66 | 5F | 46 | 0 | 7 | 1F | 3C | 2F | 13 | 22 |
| Octal | 146 | 137 | 106 | 0 | 7 | 37 | 74 | 57 | 23 | 42 |
| Binary | 1100110 | 1011111 | 1000110 | 0 | 111 | 11111 | 111100 | 101111 | 10011 | 100010 |
Color Harmonies of #665F46
Complementary color
Monochromatic Colors of #665F46
Black with #665F46
Text Example
Text Example
White with #665F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F46; }
p { color: rgb(102,95,70); }
H1.HeaderClassName
{
color: #665F46;
}
.AnyTagClassName
{
color: #665F46;
}
</style>
background-color css
<style>
a { background-color: #665F46; }
a { background-color: rgb(102,95,70); }
div.DivClassName
{
background-color: #665F46;
}
.BgClassName
{
background-color: #665F46;
}
</style>
border-color css
<style>
span { border-color: #665F46; }
span { border-color: rgb(102,95,70); }
td.TdClassName
{
border-color: #665F46;
}
.TagClassName
{
border-color: #665F46;
}
</style>