Shades of Fedora #644C65
Tints of Fedora #644C65
RGB
CMYK
RGB Variations
Color information
#644C65 (or 0x644C65) is known color: Fedora. HEX triplet: 64, 4C and 65. RGB value is (100,76,101). Sum of RGB (Red+Green+Blue) = 100+76+101=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #644C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C65 is #9BB39A. Grayscale: #555555. Windows color (decimal): -10204059 or 6638692. OLE color: 6638692.
HSL color Cylindrical-coordinate representation of color #644C65: hue angle of 297.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #644C65 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 76 | 101 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.60 |
| HSL | 297.6º | 0.14% | 0.35% | - |
| HSV(B) | 297.6º | 0.25% | 0.4% | - |
| XYZ | 10.19 | 8.82 | 13.48 | - |
| YUV | 86.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 101 | 0.01 | 0.25 | 0 | 0.60 | 297.6 | 0.14 | 0.35 |
| Hex | 64 | 4C | 65 | 1 | 19 | 0 | 3C | 12A | E | 23 |
| Octal | 144 | 114 | 145 | 1 | 31 | 0 | 74 | 452 | 16 | 43 |
| Binary | 1100100 | 1001100 | 1100101 | 1 | 11001 | 0 | 111100 | 100101010 | 1110 | 100011 |
Color Harmonies of #644C65
Complementary color
Monochromatic Colors of #644C65
Black with #644C65
Text Example
Text Example
White with #644C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C65; }
p { color: rgb(100,76,101); }
H1.HeaderClassName
{
color: #644C65;
}
.AnyTagClassName
{
color: #644C65;
}
</style>
background-color css
<style>
a { background-color: #644C65; }
a { background-color: rgb(100,76,101); }
div.DivClassName
{
background-color: #644C65;
}
.BgClassName
{
background-color: #644C65;
}
</style>
border-color css
<style>
span { border-color: #644C65; }
span { border-color: rgb(100,76,101); }
td.TdClassName
{
border-color: #644C65;
}
.TagClassName
{
border-color: #644C65;
}
</style>