Shades of Soya Bean #68604B
Tints of Soya Bean #68604B
RGB
CMYK
RGB Variations
Color information
#68604B (or 0x68604B) is known color: Soya Bean. HEX triplet: 68, 60 and 4B. RGB value is (104,96,75). Sum of RGB (Red+Green+Blue) = 104+96+75=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #68604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68604B is #979FB4. Grayscale: #606060. Windows color (decimal): -9936821 or 4939880. OLE color: 4939880.
HSL color Cylindrical-coordinate representation of color #68604B: hue angle of 43.45º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68604B is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 75 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.59 |
| HSL | 43.45º | 0.16% | 0.35% | - |
| HSV(B) | 43.45º | 0.28% | 0.41% | - |
| XYZ | 11.16 | 11.82 | 8.35 | - |
| YUV | 96 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 75 | 0 | 0.08 | 0.28 | 0.59 | 43.45 | 0.16 | 0.35 |
| Hex | 68 | 60 | 4B | 0 | 8 | 1C | 3B | 2B | 10 | 23 |
| Octal | 150 | 140 | 113 | 0 | 10 | 34 | 73 | 53 | 20 | 43 |
| Binary | 1101000 | 1100000 | 1001011 | 0 | 1000 | 11100 | 111011 | 101011 | 10000 | 100011 |
Color Harmonies of #68604B
Complementary color
Monochromatic Colors of #68604B
Black with #68604B
Text Example
Text Example
White with #68604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68604B; }
p { color: rgb(104,96,75); }
H1.HeaderClassName
{
color: #68604B;
}
.AnyTagClassName
{
color: #68604B;
}
</style>
background-color css
<style>
a { background-color: #68604B; }
a { background-color: rgb(104,96,75); }
div.DivClassName
{
background-color: #68604B;
}
.BgClassName
{
background-color: #68604B;
}
</style>
border-color css
<style>
span { border-color: #68604B; }
span { border-color: rgb(104,96,75); }
td.TdClassName
{
border-color: #68604B;
}
.TagClassName
{
border-color: #68604B;
}
</style>