Shades of Soya Bean #67604C
Tints of Soya Bean #67604C
RGB
CMYK
RGB Variations
Color information
#67604C (or 0x67604C) is known color: Soya Bean. HEX triplet: 67, 60 and 4C. RGB value is (103,96,76). Sum of RGB (Red+Green+Blue) = 103+96+76=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #67604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67604C is #989FB3. Grayscale: #5F5F5F. Windows color (decimal): -10002356 or 5005415. OLE color: 5005415.
HSL color Cylindrical-coordinate representation of color #67604C: hue angle of 44.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67604C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 76 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.60 |
| HSL | 44.44º | 0.15% | 0.35% | - |
| HSV(B) | 44.44º | 0.26% | 0.4% | - |
| XYZ | 11.08 | 11.77 | 8.53 | - |
| YUV | 95.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 76 | 0 | 0.07 | 0.26 | 0.60 | 44.44 | 0.15 | 0.35 |
| Hex | 67 | 60 | 4C | 0 | 7 | 1A | 3C | 2C | F | 23 |
| Octal | 147 | 140 | 114 | 0 | 7 | 32 | 74 | 54 | 17 | 43 |
| Binary | 1100111 | 1100000 | 1001100 | 0 | 111 | 11010 | 111100 | 101100 | 1111 | 100011 |
Color Harmonies of #67604C
Complementary color
Monochromatic Colors of #67604C
Black with #67604C
Text Example
Text Example
White with #67604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67604C; }
p { color: rgb(103,96,76); }
H1.HeaderClassName
{
color: #67604C;
}
.AnyTagClassName
{
color: #67604C;
}
</style>
background-color css
<style>
a { background-color: #67604C; }
a { background-color: rgb(103,96,76); }
div.DivClassName
{
background-color: #67604C;
}
.BgClassName
{
background-color: #67604C;
}
</style>
border-color css
<style>
span { border-color: #67604C; }
span { border-color: rgb(103,96,76); }
td.TdClassName
{
border-color: #67604C;
}
.TagClassName
{
border-color: #67604C;
}
</style>