Shades of Fedora #644963
Tints of Fedora #644963
RGB
CMYK
RGB Variations
Color information
#644963 (or 0x644963) is known color: Fedora. HEX triplet: 64, 49 and 63. RGB value is (100,73,99). Sum of RGB (Red+Green+Blue) = 100+73+99=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #644963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644963 is #9BB69C. Grayscale: #535353. Windows color (decimal): -10204829 or 6506852. OLE color: 6506852.
HSL color Cylindrical-coordinate representation of color #644963: hue angle of 302.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644963 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 99 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.61 |
| HSL | 302.22º | 0.16% | 0.34% | - |
| HSV(B) | 302.22º | 0.27% | 0.39% | - |
| XYZ | 9.89 | 8.38 | 12.9 | - |
| YUV | 84.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 99 | 0 | 0.27 | 0.01 | 0.61 | 302.22 | 0.16 | 0.34 |
| Hex | 64 | 49 | 63 | 0 | 1B | 1 | 3D | 12E | 10 | 22 |
| Octal | 144 | 111 | 143 | 0 | 33 | 1 | 75 | 456 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1100011 | 0 | 11011 | 1 | 111101 | 100101110 | 10000 | 100010 |
Color Harmonies of #644963
Complementary color
Monochromatic Colors of #644963
Black with #644963
Text Example
Text Example
White with #644963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644963; }
p { color: rgb(100,73,99); }
H1.HeaderClassName
{
color: #644963;
}
.AnyTagClassName
{
color: #644963;
}
</style>
background-color css
<style>
a { background-color: #644963; }
a { background-color: rgb(100,73,99); }
div.DivClassName
{
background-color: #644963;
}
.BgClassName
{
background-color: #644963;
}
</style>
border-color css
<style>
span { border-color: #644963; }
span { border-color: rgb(100,73,99); }
td.TdClassName
{
border-color: #644963;
}
.TagClassName
{
border-color: #644963;
}
</style>