Shades of Fedora #655C66
Tints of Fedora #655C66
RGB
CMYK
RGB Variations
Color information
#655C66 (or 0x655C66) is known color: Fedora. HEX triplet: 65, 5C and 66. RGB value is (101,92,102). Sum of RGB (Red+Green+Blue) = 101+92+102=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 102 - color contains mainly: blue. Hex color #655C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C66 is #9AA399. Grayscale: #5F5F5F. Windows color (decimal): -10134426 or 6708325. OLE color: 6708325.
HSL color Cylindrical-coordinate representation of color #655C66: hue angle of 294º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655C66 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 92 | 102 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.6 |
| HSL | 294º | 0.05% | 0.38% | - |
| HSV(B) | 294º | 0.1% | 0.4% | - |
| XYZ | 11.59 | 11.38 | 14.16 | - |
| YUV | 95.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 102 | 0.01 | 0.10 | 0 | 0.6 | 294 | 0.05 | 0.38 |
| Hex | 65 | 5C | 66 | 1 | A | 0 | 3C | 126 | 5 | 26 |
| Octal | 145 | 134 | 146 | 1 | 12 | 0 | 74 | 446 | 5 | 46 |
| Binary | 1100101 | 1011100 | 1100110 | 1 | 1010 | 0 | 111100 | 100100110 | 101 | 100110 |
Color Harmonies of #655C66
Complementary color
Monochromatic Colors of #655C66
Black with #655C66
Text Example
Text Example
White with #655C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C66; }
p { color: rgb(101,92,102); }
H1.HeaderClassName
{
color: #655C66;
}
.AnyTagClassName
{
color: #655C66;
}
</style>
background-color css
<style>
a { background-color: #655C66; }
a { background-color: rgb(101,92,102); }
div.DivClassName
{
background-color: #655C66;
}
.BgClassName
{
background-color: #655C66;
}
</style>
border-color css
<style>
span { border-color: #655C66; }
span { border-color: rgb(101,92,102); }
td.TdClassName
{
border-color: #655C66;
}
.TagClassName
{
border-color: #655C66;
}
</style>