Shades of Soya Bean #665F4C
Tints of Soya Bean #665F4C
RGB
CMYK
RGB Variations
Color information
#665F4C (or 0x665F4C) is known color: Soya Bean. HEX triplet: 66, 5F and 4C. RGB value is (102,95,76). Sum of RGB (Red+Green+Blue) = 102+95+76=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F4C is #99A0B3. Grayscale: #5F5F5F. Windows color (decimal): -10068148 or 5005158. OLE color: 5005158.
HSL color Cylindrical-coordinate representation of color #665F4C: hue angle of 43.85º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665F4C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 76 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.6 |
| HSL | 43.85º | 0.15% | 0.35% | - |
| HSV(B) | 43.85º | 0.25% | 0.4% | - |
| XYZ | 10.88 | 11.53 | 8.49 | - |
| YUV | 94.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 76 | 0 | 0.07 | 0.25 | 0.6 | 43.85 | 0.15 | 0.35 |
| Hex | 66 | 5F | 4C | 0 | 7 | 19 | 3C | 2C | F | 23 |
| Octal | 146 | 137 | 114 | 0 | 7 | 31 | 74 | 54 | 17 | 43 |
| Binary | 1100110 | 1011111 | 1001100 | 0 | 111 | 11001 | 111100 | 101100 | 1111 | 100011 |
Color Harmonies of #665F4C
Complementary color
Monochromatic Colors of #665F4C
Black with #665F4C
Text Example
Text Example
White with #665F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F4C; }
p { color: rgb(102,95,76); }
H1.HeaderClassName
{
color: #665F4C;
}
.AnyTagClassName
{
color: #665F4C;
}
</style>
background-color css
<style>
a { background-color: #665F4C; }
a { background-color: rgb(102,95,76); }
div.DivClassName
{
background-color: #665F4C;
}
.BgClassName
{
background-color: #665F4C;
}
</style>
border-color css
<style>
span { border-color: #665F4C; }
span { border-color: rgb(102,95,76); }
td.TdClassName
{
border-color: #665F4C;
}
.TagClassName
{
border-color: #665F4C;
}
</style>