Shades of Fedora #655D68
Tints of Fedora #655D68
RGB
CMYK
RGB Variations
Color information
#655D68 (or 0x655D68) is known color: Fedora. HEX triplet: 65, 5D and 68. RGB value is (101,93,104). Sum of RGB (Red+Green+Blue) = 101+93+104=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #655D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D68 is #9AA297. Grayscale: #606060. Windows color (decimal): -10134168 or 6839653. OLE color: 6839653.
HSL color Cylindrical-coordinate representation of color #655D68: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655D68 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 93 | 104 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.59 |
| HSL | 283.64º | 0.06% | 0.39% | - |
| HSV(B) | 283.64º | 0.11% | 0.41% | - |
| XYZ | 11.78 | 11.59 | 14.71 | - |
| YUV | 96.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 104 | 0.03 | 0.11 | 0 | 0.59 | 283.64 | 0.06 | 0.39 |
| Hex | 65 | 5D | 68 | 3 | B | 0 | 3B | 11C | 6 | 27 |
| Octal | 145 | 135 | 150 | 3 | 13 | 0 | 73 | 434 | 6 | 47 |
| Binary | 1100101 | 1011101 | 1101000 | 11 | 1011 | 0 | 111011 | 100011100 | 110 | 100111 |
Color Harmonies of #655D68
Complementary color
Monochromatic Colors of #655D68
Black with #655D68
Text Example
Text Example
White with #655D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D68; }
p { color: rgb(101,93,104); }
H1.HeaderClassName
{
color: #655D68;
}
.AnyTagClassName
{
color: #655D68;
}
</style>
background-color css
<style>
a { background-color: #655D68; }
a { background-color: rgb(101,93,104); }
div.DivClassName
{
background-color: #655D68;
}
.BgClassName
{
background-color: #655D68;
}
</style>
border-color css
<style>
span { border-color: #655D68; }
span { border-color: rgb(101,93,104); }
td.TdClassName
{
border-color: #655D68;
}
.TagClassName
{
border-color: #655D68;
}
</style>