Shades of Fedora #645F65
Tints of Fedora #645F65
RGB
CMYK
RGB Variations
Color information
#645F65 (or 0x645F65) is known color: Fedora. HEX triplet: 64, 5F and 65. RGB value is (100,95,101). Sum of RGB (Red+Green+Blue) = 100+95+101=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 101 - color contains mainly: blue. Hex color #645F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F65 is #9BA09A. Grayscale: #616161. Windows color (decimal): -10199195 or 6643556. OLE color: 6643556.
HSL color Cylindrical-coordinate representation of color #645F65: hue angle of 290º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #645F65 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 95 | 101 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.60 |
| HSL | 290º | 0.03% | 0.38% | - |
| HSV(B) | 290º | 0.06% | 0.4% | - |
| XYZ | 11.7 | 11.83 | 13.98 | - |
| YUV | 97.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 101 | 0.01 | 0.06 | 0 | 0.60 | 290 | 0.03 | 0.38 |
| Hex | 64 | 5F | 65 | 1 | 6 | 0 | 3C | 122 | 3 | 26 |
| Octal | 144 | 137 | 145 | 1 | 6 | 0 | 74 | 442 | 3 | 46 |
| Binary | 1100100 | 1011111 | 1100101 | 1 | 110 | 0 | 111100 | 100100010 | 11 | 100110 |
Color Harmonies of #645F65
Complementary color
Monochromatic Colors of #645F65
Black with #645F65
Text Example
Text Example
White with #645F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F65; }
p { color: rgb(100,95,101); }
H1.HeaderClassName
{
color: #645F65;
}
.AnyTagClassName
{
color: #645F65;
}
</style>
background-color css
<style>
a { background-color: #645F65; }
a { background-color: rgb(100,95,101); }
div.DivClassName
{
background-color: #645F65;
}
.BgClassName
{
background-color: #645F65;
}
</style>
border-color css
<style>
span { border-color: #645F65; }
span { border-color: rgb(100,95,101); }
td.TdClassName
{
border-color: #645F65;
}
.TagClassName
{
border-color: #645F65;
}
</style>