Shades of Fedora #645967
Tints of Fedora #645967
RGB
CMYK
RGB Variations
Color information
#645967 (or 0x645967) is known color: Fedora. HEX triplet: 64, 59 and 67. RGB value is (100,89,103). Sum of RGB (Red+Green+Blue) = 100+89+103=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 103 - color contains mainly: blue. Hex color #645967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645967 is #9BA698. Grayscale: #5D5D5D. Windows color (decimal): -10200729 or 6773092. OLE color: 6773092.
HSL color Cylindrical-coordinate representation of color #645967: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645967 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 89 | 103 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.60 |
| HSL | 287.14º | 0.07% | 0.38% | - |
| HSV(B) | 287.14º | 0.14% | 0.4% | - |
| XYZ | 11.28 | 10.83 | 14.33 | - |
| YUV | 93.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 103 | 0.03 | 0.14 | 0 | 0.60 | 287.14 | 0.07 | 0.38 |
| Hex | 64 | 59 | 67 | 3 | E | 0 | 3C | 11F | 7 | 26 |
| Octal | 144 | 131 | 147 | 3 | 16 | 0 | 74 | 437 | 7 | 46 |
| Binary | 1100100 | 1011001 | 1100111 | 11 | 1110 | 0 | 111100 | 100011111 | 111 | 100110 |
Color Harmonies of #645967
Complementary color
Monochromatic Colors of #645967
Black with #645967
Text Example
Text Example
White with #645967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645967; }
p { color: rgb(100,89,103); }
H1.HeaderClassName
{
color: #645967;
}
.AnyTagClassName
{
color: #645967;
}
</style>
background-color css
<style>
a { background-color: #645967; }
a { background-color: rgb(100,89,103); }
div.DivClassName
{
background-color: #645967;
}
.BgClassName
{
background-color: #645967;
}
</style>
border-color css
<style>
span { border-color: #645967; }
span { border-color: rgb(100,89,103); }
td.TdClassName
{
border-color: #645967;
}
.TagClassName
{
border-color: #645967;
}
</style>