Shades of Fedora #645165
Tints of Fedora #645165
RGB
CMYK
RGB Variations
Color information
#645165 (or 0x645165) is known color: Fedora. HEX triplet: 64, 51 and 65. RGB value is (100,81,101). Sum of RGB (Red+Green+Blue) = 100+81+101=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #645165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645165 is #9BAE9A. Grayscale: #585858. Windows color (decimal): -10202779 or 6639972. OLE color: 6639972.
HSL color Cylindrical-coordinate representation of color #645165: hue angle of 297º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645165 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 81 | 101 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.60 |
| HSL | 297º | 0.11% | 0.36% | - |
| HSV(B) | 297º | 0.2% | 0.4% | - |
| XYZ | 10.55 | 9.53 | 13.6 | - |
| YUV | 88.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 101 | 0.01 | 0.20 | 0 | 0.60 | 297 | 0.11 | 0.36 |
| Hex | 64 | 51 | 65 | 1 | 14 | 0 | 3C | 129 | B | 24 |
| Octal | 144 | 121 | 145 | 1 | 24 | 0 | 74 | 451 | 13 | 44 |
| Binary | 1100100 | 1010001 | 1100101 | 1 | 10100 | 0 | 111100 | 100101001 | 1011 | 100100 |
Color Harmonies of #645165
Complementary color
Monochromatic Colors of #645165
Black with #645165
Text Example
Text Example
White with #645165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645165; }
p { color: rgb(100,81,101); }
H1.HeaderClassName
{
color: #645165;
}
.AnyTagClassName
{
color: #645165;
}
</style>
background-color css
<style>
a { background-color: #645165; }
a { background-color: rgb(100,81,101); }
div.DivClassName
{
background-color: #645165;
}
.BgClassName
{
background-color: #645165;
}
</style>
border-color css
<style>
span { border-color: #645165; }
span { border-color: rgb(100,81,101); }
td.TdClassName
{
border-color: #645165;
}
.TagClassName
{
border-color: #645165;
}
</style>