Shades of Fedora #64516C
Tints of Fedora #64516C
RGB
CMYK
RGB Variations
Color information
#64516C (or 0x64516C) is known color: Fedora. HEX triplet: 64, 51 and 6C. RGB value is (100,81,108). Sum of RGB (Red+Green+Blue) = 100+81+108=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #64516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64516C is #9BAE93. Grayscale: #595959. Windows color (decimal): -10202772 or 7098724. OLE color: 7098724.
HSL color Cylindrical-coordinate representation of color #64516C: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64516C is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 81 | 108 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.58 |
| HSL | 282.22º | 0.14% | 0.37% | - |
| HSV(B) | 282.22º | 0.25% | 0.42% | - |
| XYZ | 10.9 | 9.68 | 15.48 | - |
| YUV | 89.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 108 | 0.07 | 0.25 | 0 | 0.58 | 282.22 | 0.14 | 0.37 |
| Hex | 64 | 51 | 6C | 7 | 19 | 0 | 3A | 11A | E | 25 |
| Octal | 144 | 121 | 154 | 7 | 31 | 0 | 72 | 432 | 16 | 45 |
| Binary | 1100100 | 1010001 | 1101100 | 111 | 11001 | 0 | 111010 | 100011010 | 1110 | 100101 |
Color Harmonies of #64516C
Complementary color
Monochromatic Colors of #64516C
Black with #64516C
Text Example
Text Example
White with #64516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64516C; }
p { color: rgb(100,81,108); }
H1.HeaderClassName
{
color: #64516C;
}
.AnyTagClassName
{
color: #64516C;
}
</style>
background-color css
<style>
a { background-color: #64516C; }
a { background-color: rgb(100,81,108); }
div.DivClassName
{
background-color: #64516C;
}
.BgClassName
{
background-color: #64516C;
}
</style>
border-color css
<style>
span { border-color: #64516C; }
span { border-color: rgb(100,81,108); }
td.TdClassName
{
border-color: #64516C;
}
.TagClassName
{
border-color: #64516C;
}
</style>