Shades of Fedora #635C65
Tints of Fedora #635C65
RGB
CMYK
RGB Variations
Color information
#635C65 (or 0x635C65) is known color: Fedora. HEX triplet: 63, 5C and 65. RGB value is (99,92,101). Sum of RGB (Red+Green+Blue) = 99+92+101=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 101 - color contains mainly: blue. Hex color #635C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C65 is #9CA39A. Grayscale: #5F5F5F. Windows color (decimal): -10265499 or 6642787. OLE color: 6642787.
HSL color Cylindrical-coordinate representation of color #635C65: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635C65 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 92 | 101 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.60 |
| HSL | 286.67º | 0.05% | 0.38% | - |
| HSV(B) | 286.67º | 0.09% | 0.4% | - |
| XYZ | 11.32 | 11.25 | 13.89 | - |
| YUV | 95.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 101 | 0.02 | 0.09 | 0 | 0.60 | 286.67 | 0.05 | 0.38 |
| Hex | 63 | 5C | 65 | 2 | 9 | 0 | 3C | 11F | 5 | 26 |
| Octal | 143 | 134 | 145 | 2 | 11 | 0 | 74 | 437 | 5 | 46 |
| Binary | 1100011 | 1011100 | 1100101 | 10 | 1001 | 0 | 111100 | 100011111 | 101 | 100110 |
Color Harmonies of #635C65
Complementary color
Monochromatic Colors of #635C65
Black with #635C65
Text Example
Text Example
White with #635C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C65; }
p { color: rgb(99,92,101); }
H1.HeaderClassName
{
color: #635C65;
}
.AnyTagClassName
{
color: #635C65;
}
</style>
background-color css
<style>
a { background-color: #635C65; }
a { background-color: rgb(99,92,101); }
div.DivClassName
{
background-color: #635C65;
}
.BgClassName
{
background-color: #635C65;
}
</style>
border-color css
<style>
span { border-color: #635C65; }
span { border-color: rgb(99,92,101); }
td.TdClassName
{
border-color: #635C65;
}
.TagClassName
{
border-color: #635C65;
}
</style>