Shades of Fedora #645D65
Tints of Fedora #645D65
RGB
CMYK
RGB Variations
Color information
#645D65 (or 0x645D65) is known color: Fedora. HEX triplet: 64, 5D and 65. RGB value is (100,93,101). Sum of RGB (Red+Green+Blue) = 100+93+101=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 101 - color contains mainly: blue. Hex color #645D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D65 is #9BA29A. Grayscale: #5F5F5F. Windows color (decimal): -10199707 or 6643044. OLE color: 6643044.
HSL color Cylindrical-coordinate representation of color #645D65: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #645D65 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 93 | 101 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.60 |
| HSL | 292.5º | 0.04% | 0.38% | - |
| HSV(B) | 292.5º | 0.08% | 0.4% | - |
| XYZ | 11.52 | 11.48 | 13.92 | - |
| YUV | 96.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 101 | 0.01 | 0.08 | 0 | 0.60 | 292.5 | 0.04 | 0.38 |
| Hex | 64 | 5D | 65 | 1 | 8 | 0 | 3C | 124 | 4 | 26 |
| Octal | 144 | 135 | 145 | 1 | 10 | 0 | 74 | 444 | 4 | 46 |
| Binary | 1100100 | 1011101 | 1100101 | 1 | 1000 | 0 | 111100 | 100100100 | 100 | 100110 |
Color Harmonies of #645D65
Complementary color
Monochromatic Colors of #645D65
Black with #645D65
Text Example
Text Example
White with #645D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D65; }
p { color: rgb(100,93,101); }
H1.HeaderClassName
{
color: #645D65;
}
.AnyTagClassName
{
color: #645D65;
}
</style>
background-color css
<style>
a { background-color: #645D65; }
a { background-color: rgb(100,93,101); }
div.DivClassName
{
background-color: #645D65;
}
.BgClassName
{
background-color: #645D65;
}
</style>
border-color css
<style>
span { border-color: #645D65; }
span { border-color: rgb(100,93,101); }
td.TdClassName
{
border-color: #645D65;
}
.TagClassName
{
border-color: #645D65;
}
</style>