Shades of Fedora #644D63
Tints of Fedora #644D63
RGB
CMYK
RGB Variations
Color information
#644D63 (or 0x644D63) is known color: Fedora. HEX triplet: 64, 4D and 63. RGB value is (100,77,99). Sum of RGB (Red+Green+Blue) = 100+77+99=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #644D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D63 is #9BB29C. Grayscale: #565656. Windows color (decimal): -10203805 or 6507876. OLE color: 6507876.
HSL color Cylindrical-coordinate representation of color #644D63: hue angle of 302.61º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D63 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 99 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.61 |
| HSL | 302.61º | 0.13% | 0.35% | - |
| HSV(B) | 302.61º | 0.23% | 0.39% | - |
| XYZ | 10.16 | 8.92 | 12.99 | - |
| YUV | 86.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 99 | 0 | 0.23 | 0.01 | 0.61 | 302.61 | 0.13 | 0.35 |
| Hex | 64 | 4D | 63 | 0 | 17 | 1 | 3D | 12F | D | 23 |
| Octal | 144 | 115 | 143 | 0 | 27 | 1 | 75 | 457 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1100011 | 0 | 10111 | 1 | 111101 | 100101111 | 1101 | 100011 |
Color Harmonies of #644D63
Complementary color
Monochromatic Colors of #644D63
Black with #644D63
Text Example
Text Example
White with #644D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D63; }
p { color: rgb(100,77,99); }
H1.HeaderClassName
{
color: #644D63;
}
.AnyTagClassName
{
color: #644D63;
}
</style>
background-color css
<style>
a { background-color: #644D63; }
a { background-color: rgb(100,77,99); }
div.DivClassName
{
background-color: #644D63;
}
.BgClassName
{
background-color: #644D63;
}
</style>
border-color css
<style>
span { border-color: #644D63; }
span { border-color: rgb(100,77,99); }
td.TdClassName
{
border-color: #644D63;
}
.TagClassName
{
border-color: #644D63;
}
</style>