Shades of Fedora #625965
Tints of Fedora #625965
RGB
CMYK
RGB Variations
Color information
#625965 (or 0x625965) is known color: Fedora. HEX triplet: 62, 59 and 65. RGB value is (98,89,101). Sum of RGB (Red+Green+Blue) = 98+89+101=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 101 - color contains mainly: blue. Hex color #625965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625965 is #9DA69A. Grayscale: #5D5D5D. Windows color (decimal): -10331803 or 6642018. OLE color: 6642018.
HSL color Cylindrical-coordinate representation of color #625965: hue angle of 285º 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 #625965 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 89 | 101 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.60 |
| HSL | 285º | 0.06% | 0.37% | - |
| HSV(B) | 285º | 0.12% | 0.4% | - |
| XYZ | 10.96 | 10.68 | 13.8 | - |
| YUV | 93.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 101 | 0.03 | 0.12 | 0 | 0.60 | 285 | 0.06 | 0.37 |
| Hex | 62 | 59 | 65 | 3 | C | 0 | 3C | 11D | 6 | 25 |
| Octal | 142 | 131 | 145 | 3 | 14 | 0 | 74 | 435 | 6 | 45 |
| Binary | 1100010 | 1011001 | 1100101 | 11 | 1100 | 0 | 111100 | 100011101 | 110 | 100101 |
Color Harmonies of #625965
Complementary color
Monochromatic Colors of #625965
Black with #625965
Text Example
Text Example
White with #625965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625965; }
p { color: rgb(98,89,101); }
H1.HeaderClassName
{
color: #625965;
}
.AnyTagClassName
{
color: #625965;
}
</style>
background-color css
<style>
a { background-color: #625965; }
a { background-color: rgb(98,89,101); }
div.DivClassName
{
background-color: #625965;
}
.BgClassName
{
background-color: #625965;
}
</style>
border-color css
<style>
span { border-color: #625965; }
span { border-color: rgb(98,89,101); }
td.TdClassName
{
border-color: #625965;
}
.TagClassName
{
border-color: #625965;
}
</style>