Shades of Fedora #655966
Tints of Fedora #655966
RGB
CMYK
RGB Variations
Color information
#655966 (or 0x655966) is known color: Fedora. HEX triplet: 65, 59 and 66. RGB value is (101,89,102). Sum of RGB (Red+Green+Blue) = 101+89+102=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 102 - color contains mainly: blue. Hex color #655966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655966 is #9AA699. Grayscale: #5E5E5E. Windows color (decimal): -10135194 or 6707557. OLE color: 6707557.
HSL color Cylindrical-coordinate representation of color #655966: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655966 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 89 | 102 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.6 |
| HSL | 295.38º | 0.07% | 0.37% | - |
| HSV(B) | 295.38º | 0.13% | 0.4% | - |
| XYZ | 11.34 | 10.87 | 14.07 | - |
| YUV | 94.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 102 | 0.01 | 0.13 | 0 | 0.6 | 295.38 | 0.07 | 0.37 |
| Hex | 65 | 59 | 66 | 1 | D | 0 | 3C | 127 | 7 | 25 |
| Octal | 145 | 131 | 146 | 1 | 15 | 0 | 74 | 447 | 7 | 45 |
| Binary | 1100101 | 1011001 | 1100110 | 1 | 1101 | 0 | 111100 | 100100111 | 111 | 100101 |
Color Harmonies of #655966
Complementary color
Monochromatic Colors of #655966
Black with #655966
Text Example
Text Example
White with #655966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655966; }
p { color: rgb(101,89,102); }
H1.HeaderClassName
{
color: #655966;
}
.AnyTagClassName
{
color: #655966;
}
</style>
background-color css
<style>
a { background-color: #655966; }
a { background-color: rgb(101,89,102); }
div.DivClassName
{
background-color: #655966;
}
.BgClassName
{
background-color: #655966;
}
</style>
border-color css
<style>
span { border-color: #655966; }
span { border-color: rgb(101,89,102); }
td.TdClassName
{
border-color: #655966;
}
.TagClassName
{
border-color: #655966;
}
</style>