Shades of Fedora #645E65
Tints of Fedora #645E65
RGB
CMYK
RGB Variations
Color information
#645E65 (or 0x645E65) is known color: Fedora. HEX triplet: 64, 5E and 65. RGB value is (100,94,101). Sum of RGB (Red+Green+Blue) = 100+94+101=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 101 - color contains mainly: blue. Hex color #645E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E65 is #9BA19A. Grayscale: #606060. Windows color (decimal): -10199451 or 6643300. OLE color: 6643300.
HSL color Cylindrical-coordinate representation of color #645E65: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #645E65 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 94 | 101 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.60 |
| HSL | 291.43º | 0.04% | 0.38% | - |
| HSV(B) | 291.43º | 0.07% | 0.4% | - |
| XYZ | 11.61 | 11.65 | 13.95 | - |
| YUV | 96.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 101 | 0.01 | 0.07 | 0 | 0.60 | 291.43 | 0.04 | 0.38 |
| Hex | 64 | 5E | 65 | 1 | 7 | 0 | 3C | 123 | 4 | 26 |
| Octal | 144 | 136 | 145 | 1 | 7 | 0 | 74 | 443 | 4 | 46 |
| Binary | 1100100 | 1011110 | 1100101 | 1 | 111 | 0 | 111100 | 100100011 | 100 | 100110 |
Color Harmonies of #645E65
Complementary color
Monochromatic Colors of #645E65
Black with #645E65
Text Example
Text Example
White with #645E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E65; }
p { color: rgb(100,94,101); }
H1.HeaderClassName
{
color: #645E65;
}
.AnyTagClassName
{
color: #645E65;
}
</style>
background-color css
<style>
a { background-color: #645E65; }
a { background-color: rgb(100,94,101); }
div.DivClassName
{
background-color: #645E65;
}
.BgClassName
{
background-color: #645E65;
}
</style>
border-color css
<style>
span { border-color: #645E65; }
span { border-color: rgb(100,94,101); }
td.TdClassName
{
border-color: #645E65;
}
.TagClassName
{
border-color: #645E65;
}
</style>