Shades of Fedora #625962
Tints of Fedora #625962
RGB
CMYK
RGB Variations
Color information
#625962 (or 0x625962) is known color: Fedora. HEX triplet: 62, 59 and 62. RGB value is (98,89,98). Sum of RGB (Red+Green+Blue) = 98+89+98=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625962 is #9DA69D. Grayscale: #5C5C5C. Windows color (decimal): -10331806 or 6445410. OLE color: 6445410.
HSL color Cylindrical-coordinate representation of color #625962: hue angle of 300º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625962 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 98 | - |
| CMYK | 0 | 0.09 | 0 | 0.62 |
| HSL | 300º | 0.05% | 0.37% | - |
| HSV(B) | 300º | 0.09% | 0.38% | - |
| XYZ | 10.81 | 10.62 | 13.04 | - |
| YUV | 92.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 98 | 0 | 0.09 | 0 | 0.62 | 300 | 0.05 | 0.37 |
| Hex | 62 | 59 | 62 | 0 | 9 | 0 | 3E | 12C | 5 | 25 |
| Octal | 142 | 131 | 142 | 0 | 11 | 0 | 76 | 454 | 5 | 45 |
| Binary | 1100010 | 1011001 | 1100010 | 0 | 1001 | 0 | 111110 | 100101100 | 101 | 100101 |
Color Harmonies of #625962
Complementary color
Monochromatic Colors of #625962
Black with #625962
Text Example
Text Example
White with #625962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625962; }
p { color: rgb(98,89,98); }
H1.HeaderClassName
{
color: #625962;
}
.AnyTagClassName
{
color: #625962;
}
</style>
background-color css
<style>
a { background-color: #625962; }
a { background-color: rgb(98,89,98); }
div.DivClassName
{
background-color: #625962;
}
.BgClassName
{
background-color: #625962;
}
</style>
border-color css
<style>
span { border-color: #625962; }
span { border-color: rgb(98,89,98); }
td.TdClassName
{
border-color: #625962;
}
.TagClassName
{
border-color: #625962;
}
</style>