Shades of Fedora #624D61
Tints of Fedora #624D61
RGB
CMYK
RGB Variations
Color information
#624D61 (or 0x624D61) is known color: Fedora. HEX triplet: 62, 4D and 61. RGB value is (98,77,97). Sum of RGB (Red+Green+Blue) = 98+77+97=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #624D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D61 is #9DB29E. Grayscale: #555555. Windows color (decimal): -10334879 or 6376802. OLE color: 6376802.
HSL color Cylindrical-coordinate representation of color #624D61: hue angle of 302.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #624D61 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 97 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.62 |
| HSL | 302.86º | 0.12% | 0.34% | - |
| HSV(B) | 302.86º | 0.21% | 0.38% | - |
| XYZ | 9.85 | 8.77 | 12.48 | - |
| YUV | 85.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 97 | 0 | 0.21 | 0.01 | 0.62 | 302.86 | 0.12 | 0.34 |
| Hex | 62 | 4D | 61 | 0 | 15 | 1 | 3E | 12F | C | 22 |
| Octal | 142 | 115 | 141 | 0 | 25 | 1 | 76 | 457 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1100001 | 0 | 10101 | 1 | 111110 | 100101111 | 1100 | 100010 |
Color Harmonies of #624D61
Complementary color
Monochromatic Colors of #624D61
Black with #624D61
Text Example
Text Example
White with #624D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D61; }
p { color: rgb(98,77,97); }
H1.HeaderClassName
{
color: #624D61;
}
.AnyTagClassName
{
color: #624D61;
}
</style>
background-color css
<style>
a { background-color: #624D61; }
a { background-color: rgb(98,77,97); }
div.DivClassName
{
background-color: #624D61;
}
.BgClassName
{
background-color: #624D61;
}
</style>
border-color css
<style>
span { border-color: #624D61; }
span { border-color: rgb(98,77,97); }
td.TdClassName
{
border-color: #624D61;
}
.TagClassName
{
border-color: #624D61;
}
</style>