Shades of Fedora #615965
Tints of Fedora #615965
RGB
CMYK
RGB Variations
Color information
#615965 (or 0x615965) is known color: Fedora. HEX triplet: 61, 59 and 65. RGB value is (97,89,101). Sum of RGB (Red+Green+Blue) = 97+89+101=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #615965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615965 is #9EA69A. Grayscale: #5C5C5C. Windows color (decimal): -10397339 or 6642017. OLE color: 6642017.
HSL color Cylindrical-coordinate representation of color #615965: hue angle of 280º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #615965 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 89 | 101 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.60 |
| HSL | 280º | 0.06% | 0.37% | - |
| HSV(B) | 280º | 0.12% | 0.4% | - |
| XYZ | 10.85 | 10.63 | 13.79 | - |
| YUV | 92.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 101 | 0.04 | 0.12 | 0 | 0.60 | 280 | 0.06 | 0.37 |
| Hex | 61 | 59 | 65 | 4 | C | 0 | 3C | 118 | 6 | 25 |
| Octal | 141 | 131 | 145 | 4 | 14 | 0 | 74 | 430 | 6 | 45 |
| Binary | 1100001 | 1011001 | 1100101 | 100 | 1100 | 0 | 111100 | 100011000 | 110 | 100101 |
Color Harmonies of #615965
Complementary color
Monochromatic Colors of #615965
Black with #615965
Text Example
Text Example
White with #615965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615965; }
p { color: rgb(97,89,101); }
H1.HeaderClassName
{
color: #615965;
}
.AnyTagClassName
{
color: #615965;
}
</style>
background-color css
<style>
a { background-color: #615965; }
a { background-color: rgb(97,89,101); }
div.DivClassName
{
background-color: #615965;
}
.BgClassName
{
background-color: #615965;
}
</style>
border-color css
<style>
span { border-color: #615965; }
span { border-color: rgb(97,89,101); }
td.TdClassName
{
border-color: #615965;
}
.TagClassName
{
border-color: #615965;
}
</style>