Shades of Fedora #645C65
Tints of Fedora #645C65
RGB
CMYK
RGB Variations
Color information
#645C65 (or 0x645C65) is known color: Fedora. HEX triplet: 64, 5C and 65. RGB value is (100,92,101). Sum of RGB (Red+Green+Blue) = 100+92+101=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 101 - color contains mainly: blue. Hex color #645C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C65 is #9BA39A. Grayscale: #5F5F5F. Windows color (decimal): -10199963 or 6642788. OLE color: 6642788.
HSL color Cylindrical-coordinate representation of color #645C65: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #645C65 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 92 | 101 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.60 |
| HSL | 293.33º | 0.05% | 0.38% | - |
| HSV(B) | 293.33º | 0.09% | 0.4% | - |
| XYZ | 11.43 | 11.3 | 13.89 | - |
| YUV | 95.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 101 | 0.01 | 0.09 | 0 | 0.60 | 293.33 | 0.05 | 0.38 |
| Hex | 64 | 5C | 65 | 1 | 9 | 0 | 3C | 125 | 5 | 26 |
| Octal | 144 | 134 | 145 | 1 | 11 | 0 | 74 | 445 | 5 | 46 |
| Binary | 1100100 | 1011100 | 1100101 | 1 | 1001 | 0 | 111100 | 100100101 | 101 | 100110 |
Color Harmonies of #645C65
Complementary color
Monochromatic Colors of #645C65
Black with #645C65
Text Example
Text Example
White with #645C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C65; }
p { color: rgb(100,92,101); }
H1.HeaderClassName
{
color: #645C65;
}
.AnyTagClassName
{
color: #645C65;
}
</style>
background-color css
<style>
a { background-color: #645C65; }
a { background-color: rgb(100,92,101); }
div.DivClassName
{
background-color: #645C65;
}
.BgClassName
{
background-color: #645C65;
}
</style>
border-color css
<style>
span { border-color: #645C65; }
span { border-color: rgb(100,92,101); }
td.TdClassName
{
border-color: #645C65;
}
.TagClassName
{
border-color: #645C65;
}
</style>