Shades of Fedora #64516D
Tints of Fedora #64516D
RGB
CMYK
RGB Variations
Color information
#64516D (or 0x64516D) is known color: Fedora. HEX triplet: 64, 51 and 6D. RGB value is (100,81,109). Sum of RGB (Red+Green+Blue) = 100+81+109=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #64516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64516D is #9BAE92. Grayscale: #595959. Windows color (decimal): -10202771 or 7164260. OLE color: 7164260.
HSL color Cylindrical-coordinate representation of color #64516D: hue angle of 280.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64516D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 81 | 109 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.57 |
| HSL | 280.71º | 0.15% | 0.37% | - |
| HSV(B) | 280.71º | 0.26% | 0.43% | - |
| XYZ | 10.96 | 9.7 | 15.76 | - |
| YUV | 89.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 109 | 0.08 | 0.26 | 0 | 0.57 | 280.71 | 0.15 | 0.37 |
| Hex | 64 | 51 | 6D | 8 | 1A | 0 | 39 | 119 | F | 25 |
| Octal | 144 | 121 | 155 | 10 | 32 | 0 | 71 | 431 | 17 | 45 |
| Binary | 1100100 | 1010001 | 1101101 | 1000 | 11010 | 0 | 111001 | 100011001 | 1111 | 100101 |
Color Harmonies of #64516D
Complementary color
Monochromatic Colors of #64516D
Black with #64516D
Text Example
Text Example
White with #64516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64516D; }
p { color: rgb(100,81,109); }
H1.HeaderClassName
{
color: #64516D;
}
.AnyTagClassName
{
color: #64516D;
}
</style>
background-color css
<style>
a { background-color: #64516D; }
a { background-color: rgb(100,81,109); }
div.DivClassName
{
background-color: #64516D;
}
.BgClassName
{
background-color: #64516D;
}
</style>
border-color css
<style>
span { border-color: #64516D; }
span { border-color: rgb(100,81,109); }
td.TdClassName
{
border-color: #64516D;
}
.TagClassName
{
border-color: #64516D;
}
</style>