Shades of Fedora #645565
Tints of Fedora #645565
RGB
CMYK
RGB Variations
Color information
#645565 (or 0x645565) is known color: Fedora. HEX triplet: 64, 55 and 65. RGB value is (100,85,101). Sum of RGB (Red+Green+Blue) = 100+85+101=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #645565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645565 is #9BAA9A. Grayscale: #5B5B5B. Windows color (decimal): -10201755 or 6640996. OLE color: 6640996.
HSL color Cylindrical-coordinate representation of color #645565: hue angle of 296.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645565 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 85 | 101 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.60 |
| HSL | 296.25º | 0.09% | 0.36% | - |
| HSV(B) | 296.25º | 0.16% | 0.4% | - |
| XYZ | 10.85 | 10.15 | 13.7 | - |
| YUV | 91.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 101 | 0.01 | 0.16 | 0 | 0.60 | 296.25 | 0.09 | 0.36 |
| Hex | 64 | 55 | 65 | 1 | 10 | 0 | 3C | 128 | 9 | 24 |
| Octal | 144 | 125 | 145 | 1 | 20 | 0 | 74 | 450 | 11 | 44 |
| Binary | 1100100 | 1010101 | 1100101 | 1 | 10000 | 0 | 111100 | 100101000 | 1001 | 100100 |
Color Harmonies of #645565
Complementary color
Monochromatic Colors of #645565
Black with #645565
Text Example
Text Example
White with #645565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645565; }
p { color: rgb(100,85,101); }
H1.HeaderClassName
{
color: #645565;
}
.AnyTagClassName
{
color: #645565;
}
</style>
background-color css
<style>
a { background-color: #645565; }
a { background-color: rgb(100,85,101); }
div.DivClassName
{
background-color: #645565;
}
.BgClassName
{
background-color: #645565;
}
</style>
border-color css
<style>
span { border-color: #645565; }
span { border-color: rgb(100,85,101); }
td.TdClassName
{
border-color: #645565;
}
.TagClassName
{
border-color: #645565;
}
</style>