Shades of Fedora #654E65
Tints of Fedora #654E65
RGB
CMYK
RGB Variations
Color information
#654E65 (or 0x654E65) is known color: Fedora. HEX triplet: 65, 4E and 65. RGB value is (101,78,101). Sum of RGB (Red+Green+Blue) = 101+78+101=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E65 is #9AB19A. Grayscale: #575757. Windows color (decimal): -10138011 or 6639205. OLE color: 6639205.
HSL color Cylindrical-coordinate representation of color #654E65: hue angle of 300º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #654E65 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 101 | - |
| CMYK | 0 | 0.23 | 0 | 0.60 |
| HSL | 300º | 0.13% | 0.35% | - |
| HSV(B) | 300º | 0.23% | 0.4% | - |
| XYZ | 10.44 | 9.16 | 13.53 | - |
| YUV | 87.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 101 | 0 | 0.23 | 0 | 0.60 | 300 | 0.13 | 0.35 |
| Hex | 65 | 4E | 65 | 0 | 17 | 0 | 3C | 12C | D | 23 |
| Octal | 145 | 116 | 145 | 0 | 27 | 0 | 74 | 454 | 15 | 43 |
| Binary | 1100101 | 1001110 | 1100101 | 0 | 10111 | 0 | 111100 | 100101100 | 1101 | 100011 |
Color Harmonies of #654E65
Complementary color
Monochromatic Colors of #654E65
Black with #654E65
Text Example
Text Example
White with #654E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E65; }
p { color: rgb(101,78,101); }
H1.HeaderClassName
{
color: #654E65;
}
.AnyTagClassName
{
color: #654E65;
}
</style>
background-color css
<style>
a { background-color: #654E65; }
a { background-color: rgb(101,78,101); }
div.DivClassName
{
background-color: #654E65;
}
.BgClassName
{
background-color: #654E65;
}
</style>
border-color css
<style>
span { border-color: #654E65; }
span { border-color: rgb(101,78,101); }
td.TdClassName
{
border-color: #654E65;
}
.TagClassName
{
border-color: #654E65;
}
</style>