Shades of River Bed #4C6160
Tints of River Bed #4C6160
RGB
CMYK
RGB Variations
Color information
#4C6160 (or 0x4C6160) is known color: River Bed. HEX triplet: 4C, 61 and 60. RGB value is (76,97,96). Sum of RGB (Red+Green+Blue) = 76+97+96=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6160 is #B39E9F. Grayscale: #5A5A5A. Windows color (decimal): -11771552 or 6316364. OLE color: 6316364.
HSL color Cylindrical-coordinate representation of color #4C6160: hue angle of 177.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C6160 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 96 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.62 |
| HSL | 177.14º | 0.12% | 0.34% | - |
| HSV(B) | 177.14º | 0.22% | 0.38% | - |
| XYZ | 9.37 | 10.93 | 12.68 | - |
| YUV | 90.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 96 | 0.22 | 0 | 0.01 | 0.62 | 177.14 | 0.12 | 0.34 |
| Hex | 4C | 61 | 60 | 16 | 0 | 1 | 3E | B1 | C | 22 |
| Octal | 114 | 141 | 140 | 26 | 0 | 1 | 76 | 261 | 14 | 42 |
| Binary | 1001100 | 1100001 | 1100000 | 10110 | 0 | 1 | 111110 | 10110001 | 1100 | 100010 |
Color Harmonies of #4C6160
Complementary color
Monochromatic Colors of #4C6160
Black with #4C6160
Text Example
Text Example
White with #4C6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6160; }
p { color: rgb(76,97,96); }
H1.HeaderClassName
{
color: #4C6160;
}
.AnyTagClassName
{
color: #4C6160;
}
</style>
background-color css
<style>
a { background-color: #4C6160; }
a { background-color: rgb(76,97,96); }
div.DivClassName
{
background-color: #4C6160;
}
.BgClassName
{
background-color: #4C6160;
}
</style>
border-color css
<style>
span { border-color: #4C6160; }
span { border-color: rgb(76,97,96); }
td.TdClassName
{
border-color: #4C6160;
}
.TagClassName
{
border-color: #4C6160;
}
</style>