Shades of Fedora #645C67
Tints of Fedora #645C67
RGB
CMYK
RGB Variations
Color information
#645C67 (or 0x645C67) is known color: Fedora. HEX triplet: 64, 5C and 67. RGB value is (100,92,103). Sum of RGB (Red+Green+Blue) = 100+92+103=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 103 - color contains mainly: blue. Hex color #645C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C67 is #9BA398. Grayscale: #5F5F5F. Windows color (decimal): -10199961 or 6773860. OLE color: 6773860.
HSL color Cylindrical-coordinate representation of color #645C67: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #645C67 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 92 | 103 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.60 |
| HSL | 283.64º | 0.06% | 0.38% | - |
| HSV(B) | 283.64º | 0.11% | 0.4% | - |
| XYZ | 11.53 | 11.34 | 14.41 | - |
| YUV | 95.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 103 | 0.03 | 0.11 | 0 | 0.60 | 283.64 | 0.06 | 0.38 |
| Hex | 64 | 5C | 67 | 3 | B | 0 | 3C | 11C | 6 | 26 |
| Octal | 144 | 134 | 147 | 3 | 13 | 0 | 74 | 434 | 6 | 46 |
| Binary | 1100100 | 1011100 | 1100111 | 11 | 1011 | 0 | 111100 | 100011100 | 110 | 100110 |
Color Harmonies of #645C67
Complementary color
Monochromatic Colors of #645C67
Black with #645C67
Text Example
Text Example
White with #645C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C67; }
p { color: rgb(100,92,103); }
H1.HeaderClassName
{
color: #645C67;
}
.AnyTagClassName
{
color: #645C67;
}
</style>
background-color css
<style>
a { background-color: #645C67; }
a { background-color: rgb(100,92,103); }
div.DivClassName
{
background-color: #645C67;
}
.BgClassName
{
background-color: #645C67;
}
</style>
border-color css
<style>
span { border-color: #645C67; }
span { border-color: rgb(100,92,103); }
td.TdClassName
{
border-color: #645C67;
}
.TagClassName
{
border-color: #645C67;
}
</style>