Shades of Fedora #655967
Tints of Fedora #655967
RGB
CMYK
RGB Variations
Color information
#655967 (or 0x655967) is known color: Fedora. HEX triplet: 65, 59 and 67. RGB value is (101,89,103). Sum of RGB (Red+Green+Blue) = 101+89+103=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 103 - color contains mainly: blue. Hex color #655967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655967 is #9AA698. Grayscale: #5E5E5E. Windows color (decimal): -10135193 or 6773093. OLE color: 6773093.
HSL color Cylindrical-coordinate representation of color #655967: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655967 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 103 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.60 |
| HSL | 291.43º | 0.07% | 0.38% | - |
| HSV(B) | 291.43º | 0.14% | 0.4% | - |
| XYZ | 11.39 | 10.89 | 14.33 | - |
| YUV | 94.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 103 | 0.02 | 0.14 | 0 | 0.60 | 291.43 | 0.07 | 0.38 |
| Hex | 65 | 59 | 67 | 2 | E | 0 | 3C | 123 | 7 | 26 |
| Octal | 145 | 131 | 147 | 2 | 16 | 0 | 74 | 443 | 7 | 46 |
| Binary | 1100101 | 1011001 | 1100111 | 10 | 1110 | 0 | 111100 | 100100011 | 111 | 100110 |
Color Harmonies of #655967
Complementary color
Monochromatic Colors of #655967
Black with #655967
Text Example
Text Example
White with #655967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655967; }
p { color: rgb(101,89,103); }
H1.HeaderClassName
{
color: #655967;
}
.AnyTagClassName
{
color: #655967;
}
</style>
background-color css
<style>
a { background-color: #655967; }
a { background-color: rgb(101,89,103); }
div.DivClassName
{
background-color: #655967;
}
.BgClassName
{
background-color: #655967;
}
</style>
border-color css
<style>
span { border-color: #655967; }
span { border-color: rgb(101,89,103); }
td.TdClassName
{
border-color: #655967;
}
.TagClassName
{
border-color: #655967;
}
</style>