Shades of Fedora #644B65
Tints of Fedora #644B65
RGB
CMYK
RGB Variations
Color information
#644B65 (or 0x644B65) is known color: Fedora. HEX triplet: 64, 4B and 65. RGB value is (100,75,101). Sum of RGB (Red+Green+Blue) = 100+75+101=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #644B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B65 is #9BB49A. Grayscale: #555555. Windows color (decimal): -10204315 or 6638436. OLE color: 6638436.
HSL color Cylindrical-coordinate representation of color #644B65: hue angle of 297.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #644B65 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 75 | 101 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.60 |
| HSL | 297.69º | 0.15% | 0.35% | - |
| HSV(B) | 297.69º | 0.26% | 0.4% | - |
| XYZ | 10.12 | 8.68 | 13.45 | - |
| YUV | 85.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 101 | 0.01 | 0.26 | 0 | 0.60 | 297.69 | 0.15 | 0.35 |
| Hex | 64 | 4B | 65 | 1 | 1A | 0 | 3C | 12A | F | 23 |
| Octal | 144 | 113 | 145 | 1 | 32 | 0 | 74 | 452 | 17 | 43 |
| Binary | 1100100 | 1001011 | 1100101 | 1 | 11010 | 0 | 111100 | 100101010 | 1111 | 100011 |
Color Harmonies of #644B65
Complementary color
Monochromatic Colors of #644B65
Black with #644B65
Text Example
Text Example
White with #644B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B65; }
p { color: rgb(100,75,101); }
H1.HeaderClassName
{
color: #644B65;
}
.AnyTagClassName
{
color: #644B65;
}
</style>
background-color css
<style>
a { background-color: #644B65; }
a { background-color: rgb(100,75,101); }
div.DivClassName
{
background-color: #644B65;
}
.BgClassName
{
background-color: #644B65;
}
</style>
border-color css
<style>
span { border-color: #644B65; }
span { border-color: rgb(100,75,101); }
td.TdClassName
{
border-color: #644B65;
}
.TagClassName
{
border-color: #644B65;
}
</style>