Shades of Fedora #645365
Tints of Fedora #645365
RGB
CMYK
RGB Variations
Color information
#645365 (or 0x645365) is known color: Fedora. HEX triplet: 64, 53 and 65. RGB value is (100,83,101). Sum of RGB (Red+Green+Blue) = 100+83+101=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #645365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645365 is #9BAC9A. Grayscale: #5A5A5A. Windows color (decimal): -10202267 or 6640484. OLE color: 6640484.
HSL color Cylindrical-coordinate representation of color #645365: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645365 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 83 | 101 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.60 |
| HSL | 296.67º | 0.1% | 0.36% | - |
| HSV(B) | 296.67º | 0.18% | 0.4% | - |
| XYZ | 10.7 | 9.84 | 13.65 | - |
| YUV | 90.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 101 | 0.01 | 0.18 | 0 | 0.60 | 296.67 | 0.1 | 0.36 |
| Hex | 64 | 53 | 65 | 1 | 12 | 0 | 3C | 129 | A | 24 |
| Octal | 144 | 123 | 145 | 1 | 22 | 0 | 74 | 451 | 12 | 44 |
| Binary | 1100100 | 1010011 | 1100101 | 1 | 10010 | 0 | 111100 | 100101001 | 1010 | 100100 |
Color Harmonies of #645365
Complementary color
Monochromatic Colors of #645365
Black with #645365
Text Example
Text Example
White with #645365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645365; }
p { color: rgb(100,83,101); }
H1.HeaderClassName
{
color: #645365;
}
.AnyTagClassName
{
color: #645365;
}
</style>
background-color css
<style>
a { background-color: #645365; }
a { background-color: rgb(100,83,101); }
div.DivClassName
{
background-color: #645365;
}
.BgClassName
{
background-color: #645365;
}
</style>
border-color css
<style>
span { border-color: #645365; }
span { border-color: rgb(100,83,101); }
td.TdClassName
{
border-color: #645365;
}
.TagClassName
{
border-color: #645365;
}
</style>