Shades of River Bed #4F615F
Tints of River Bed #4F615F
RGB
CMYK
RGB Variations
Color information
#4F615F (or 0x4F615F) is known color: River Bed. HEX triplet: 4F, 61 and 5F. RGB value is (79,97,95). Sum of RGB (Red+Green+Blue) = 79+97+95=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #4F615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F615F is #B09EA0. Grayscale: #5B5B5B. Windows color (decimal): -11574945 or 6250831. OLE color: 6250831.
HSL color Cylindrical-coordinate representation of color #4F615F: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F615F is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 95 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.62 |
| HSL | 173.33º | 0.1% | 0.35% | - |
| HSV(B) | 173.33º | 0.19% | 0.38% | - |
| XYZ | 9.56 | 11.04 | 12.45 | - |
| YUV | 91.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 95 | 0.19 | 0 | 0.02 | 0.62 | 173.33 | 0.1 | 0.35 |
| Hex | 4F | 61 | 5F | 13 | 0 | 2 | 3E | AD | A | 23 |
| Octal | 117 | 141 | 137 | 23 | 0 | 2 | 76 | 255 | 12 | 43 |
| Binary | 1001111 | 1100001 | 1011111 | 10011 | 0 | 10 | 111110 | 10101101 | 1010 | 100011 |
Color Harmonies of #4F615F
Complementary color
Monochromatic Colors of #4F615F
Black with #4F615F
Text Example
Text Example
White with #4F615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F615F; }
p { color: rgb(79,97,95); }
H1.HeaderClassName
{
color: #4F615F;
}
.AnyTagClassName
{
color: #4F615F;
}
</style>
background-color css
<style>
a { background-color: #4F615F; }
a { background-color: rgb(79,97,95); }
div.DivClassName
{
background-color: #4F615F;
}
.BgClassName
{
background-color: #4F615F;
}
</style>
border-color css
<style>
span { border-color: #4F615F; }
span { border-color: rgb(79,97,95); }
td.TdClassName
{
border-color: #4F615F;
}
.TagClassName
{
border-color: #4F615F;
}
</style>