Shades of Fedora #64516B
Tints of Fedora #64516B
RGB
CMYK
RGB Variations
Color information
#64516B (or 0x64516B) is known color: Fedora. HEX triplet: 64, 51 and 6B. RGB value is (100,81,107). Sum of RGB (Red+Green+Blue) = 100+81+107=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #64516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64516B is #9BAE94. Grayscale: #595959. Windows color (decimal): -10202773 or 7033188. OLE color: 7033188.
HSL color Cylindrical-coordinate representation of color #64516B: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64516B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 81 | 107 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.58 |
| HSL | 283.85º | 0.14% | 0.37% | - |
| HSV(B) | 283.85º | 0.24% | 0.42% | - |
| XYZ | 10.85 | 9.66 | 15.2 | - |
| YUV | 89.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 107 | 0.07 | 0.24 | 0 | 0.58 | 283.85 | 0.14 | 0.37 |
| Hex | 64 | 51 | 6B | 7 | 18 | 0 | 3A | 11C | E | 25 |
| Octal | 144 | 121 | 153 | 7 | 30 | 0 | 72 | 434 | 16 | 45 |
| Binary | 1100100 | 1010001 | 1101011 | 111 | 11000 | 0 | 111010 | 100011100 | 1110 | 100101 |
Color Harmonies of #64516B
Complementary color
Monochromatic Colors of #64516B
Black with #64516B
Text Example
Text Example
White with #64516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64516B; }
p { color: rgb(100,81,107); }
H1.HeaderClassName
{
color: #64516B;
}
.AnyTagClassName
{
color: #64516B;
}
</style>
background-color css
<style>
a { background-color: #64516B; }
a { background-color: rgb(100,81,107); }
div.DivClassName
{
background-color: #64516B;
}
.BgClassName
{
background-color: #64516B;
}
</style>
border-color css
<style>
span { border-color: #64516B; }
span { border-color: rgb(100,81,107); }
td.TdClassName
{
border-color: #64516B;
}
.TagClassName
{
border-color: #64516B;
}
</style>