Shades of Fedora #644D65
Tints of Fedora #644D65
RGB
CMYK
RGB Variations
Color information
#644D65 (or 0x644D65) is known color: Fedora. HEX triplet: 64, 4D and 65. RGB value is (100,77,101). Sum of RGB (Red+Green+Blue) = 100+77+101=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #644D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D65 is #9BB29A. Grayscale: #565656. Windows color (decimal): -10203803 or 6638948. OLE color: 6638948.
HSL color Cylindrical-coordinate representation of color #644D65: hue angle of 297.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #644D65 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 77 | 101 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.60 |
| HSL | 297.5º | 0.13% | 0.35% | - |
| HSV(B) | 297.5º | 0.24% | 0.4% | - |
| XYZ | 10.26 | 8.96 | 13.5 | - |
| YUV | 86.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 101 | 0.01 | 0.24 | 0 | 0.60 | 297.5 | 0.13 | 0.35 |
| Hex | 64 | 4D | 65 | 1 | 18 | 0 | 3C | 12A | D | 23 |
| Octal | 144 | 115 | 145 | 1 | 30 | 0 | 74 | 452 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1100101 | 1 | 11000 | 0 | 111100 | 100101010 | 1101 | 100011 |
Color Harmonies of #644D65
Complementary color
Monochromatic Colors of #644D65
Black with #644D65
Text Example
Text Example
White with #644D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D65; }
p { color: rgb(100,77,101); }
H1.HeaderClassName
{
color: #644D65;
}
.AnyTagClassName
{
color: #644D65;
}
</style>
background-color css
<style>
a { background-color: #644D65; }
a { background-color: rgb(100,77,101); }
div.DivClassName
{
background-color: #644D65;
}
.BgClassName
{
background-color: #644D65;
}
</style>
border-color css
<style>
span { border-color: #644D65; }
span { border-color: rgb(100,77,101); }
td.TdClassName
{
border-color: #644D65;
}
.TagClassName
{
border-color: #644D65;
}
</style>