Shades of Fedora #605760
Tints of Fedora #605760
RGB
CMYK
RGB Variations
Color information
#605760 (or 0x605760) is known color: Fedora. HEX triplet: 60, 57 and 60. RGB value is (96,87,96). Sum of RGB (Red+Green+Blue) = 96+87+96=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605760 is #9FA89F. Grayscale: #5A5A5A. Windows color (decimal): -10463392 or 6313824. OLE color: 6313824.
HSL color Cylindrical-coordinate representation of color #605760: hue angle of 300º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #605760 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 96 | - |
| CMYK | 0 | 0.09 | 0 | 0.62 |
| HSL | 300º | 0.05% | 0.36% | - |
| HSV(B) | 300º | 0.09% | 0.38% | - |
| XYZ | 10.34 | 10.15 | 12.48 | - |
| YUV | 90.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 96 | 0 | 0.09 | 0 | 0.62 | 300 | 0.05 | 0.36 |
| Hex | 60 | 57 | 60 | 0 | 9 | 0 | 3E | 12C | 5 | 24 |
| Octal | 140 | 127 | 140 | 0 | 11 | 0 | 76 | 454 | 5 | 44 |
| Binary | 1100000 | 1010111 | 1100000 | 0 | 1001 | 0 | 111110 | 100101100 | 101 | 100100 |
Color Harmonies of #605760
Complementary color
Monochromatic Colors of #605760
Black with #605760
Text Example
Text Example
White with #605760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605760; }
p { color: rgb(96,87,96); }
H1.HeaderClassName
{
color: #605760;
}
.AnyTagClassName
{
color: #605760;
}
</style>
background-color css
<style>
a { background-color: #605760; }
a { background-color: rgb(96,87,96); }
div.DivClassName
{
background-color: #605760;
}
.BgClassName
{
background-color: #605760;
}
</style>
border-color css
<style>
span { border-color: #605760; }
span { border-color: rgb(96,87,96); }
td.TdClassName
{
border-color: #605760;
}
.TagClassName
{
border-color: #605760;
}
</style>