Shades of Fedora #646165
Tints of Fedora #646165
RGB
CMYK
RGB Variations
Color information
#646165 (or 0x646165) is known color: Fedora. HEX triplet: 64, 61 and 65. RGB value is (100,97,101). Sum of RGB (Red+Green+Blue) = 100+97+101=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 101 - color contains mainly: blue. Hex color #646165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646165 is #9B9E9A. Grayscale: #626262. Windows color (decimal): -10198683 or 6644068. OLE color: 6644068.
HSL color Cylindrical-coordinate representation of color #646165: hue angle of 285º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #646165 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 97 | 101 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.60 |
| HSL | 285º | 0.02% | 0.39% | - |
| HSV(B) | 285º | 0.04% | 0.4% | - |
| XYZ | 11.88 | 12.2 | 14.04 | - |
| YUV | 98.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 101 | 0.01 | 0.04 | 0 | 0.60 | 285 | 0.02 | 0.39 |
| Hex | 64 | 61 | 65 | 1 | 4 | 0 | 3C | 11D | 2 | 27 |
| Octal | 144 | 141 | 145 | 1 | 4 | 0 | 74 | 435 | 2 | 47 |
| Binary | 1100100 | 1100001 | 1100101 | 1 | 100 | 0 | 111100 | 100011101 | 10 | 100111 |
Color Harmonies of #646165
Complementary color
Monochromatic Colors of #646165
Black with #646165
Text Example
Text Example
White with #646165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646165; }
p { color: rgb(100,97,101); }
H1.HeaderClassName
{
color: #646165;
}
.AnyTagClassName
{
color: #646165;
}
</style>
background-color css
<style>
a { background-color: #646165; }
a { background-color: rgb(100,97,101); }
div.DivClassName
{
background-color: #646165;
}
.BgClassName
{
background-color: #646165;
}
</style>
border-color css
<style>
span { border-color: #646165; }
span { border-color: rgb(100,97,101); }
td.TdClassName
{
border-color: #646165;
}
.TagClassName
{
border-color: #646165;
}
</style>