Shades of Fedora #635967
Tints of Fedora #635967
RGB
CMYK
RGB Variations
Color information
#635967 (or 0x635967) is known color: Fedora. HEX triplet: 63, 59 and 67. RGB value is (99,89,103). Sum of RGB (Red+Green+Blue) = 99+89+103=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 103 - color contains mainly: blue. Hex color #635967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635967 is #9CA698. Grayscale: #5D5D5D. Windows color (decimal): -10266265 or 6773091. OLE color: 6773091.
HSL color Cylindrical-coordinate representation of color #635967: hue angle of 282.86º 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 #635967 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 89 | 103 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.60 |
| HSL | 282.86º | 0.07% | 0.38% | - |
| HSV(B) | 282.86º | 0.14% | 0.4% | - |
| XYZ | 11.17 | 10.78 | 14.32 | - |
| YUV | 93.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 103 | 0.04 | 0.14 | 0 | 0.60 | 282.86 | 0.07 | 0.38 |
| Hex | 63 | 59 | 67 | 4 | E | 0 | 3C | 11B | 7 | 26 |
| Octal | 143 | 131 | 147 | 4 | 16 | 0 | 74 | 433 | 7 | 46 |
| Binary | 1100011 | 1011001 | 1100111 | 100 | 1110 | 0 | 111100 | 100011011 | 111 | 100110 |
Color Harmonies of #635967
Complementary color
Monochromatic Colors of #635967
Black with #635967
Text Example
Text Example
White with #635967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635967; }
p { color: rgb(99,89,103); }
H1.HeaderClassName
{
color: #635967;
}
.AnyTagClassName
{
color: #635967;
}
</style>
background-color css
<style>
a { background-color: #635967; }
a { background-color: rgb(99,89,103); }
div.DivClassName
{
background-color: #635967;
}
.BgClassName
{
background-color: #635967;
}
</style>
border-color css
<style>
span { border-color: #635967; }
span { border-color: rgb(99,89,103); }
td.TdClassName
{
border-color: #635967;
}
.TagClassName
{
border-color: #635967;
}
</style>