Shades of Fedora #635D65
Tints of Fedora #635D65
RGB
CMYK
RGB Variations
Color information
#635D65 (or 0x635D65) is known color: Fedora. HEX triplet: 63, 5D and 65. RGB value is (99,93,101). Sum of RGB (Red+Green+Blue) = 99+93+101=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 101 - color contains mainly: blue. Hex color #635D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D65 is #9CA29A. Grayscale: #5F5F5F. Windows color (decimal): -10265243 or 6643043. OLE color: 6643043.
HSL color Cylindrical-coordinate representation of color #635D65: hue angle of 285º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #635D65 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 99 | 93 | 101 | - |
CMYK | 0.02 | 0.08 | 0 | 0.60 |
HSL | 285º | 0.04% | 0.38% | - |
HSV(B) | 285º | 0.08% | 0.4% | - |
XYZ | 11.41 | 11.42 | 13.92 | - |
YUV | 95.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 93 | 101 | 0.02 | 0.08 | 0 | 0.60 | 285 | 0.04 | 0.38 |
Hex | 63 | 5D | 65 | 2 | 8 | 0 | 3C | 11D | 4 | 26 |
Octal | 143 | 135 | 145 | 2 | 10 | 0 | 74 | 435 | 4 | 46 |
Binary | 1100011 | 1011101 | 1100101 | 10 | 1000 | 0 | 111100 | 100011101 | 100 | 100110 |
Color Harmonies of #635D65
Complementary color
Monochromatic Colors of #635D65
Black with #635D65
Text Example
Text Example
White with #635D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D65; }
p { color: rgb(99,93,101); }
H1.HeaderClassName
{
color: #635D65;
}
.AnyTagClassName
{
color: #635D65;
}
</style>
background-color css
<style>
a { background-color: #635D65; }
a { background-color: rgb(99,93,101); }
div.DivClassName
{
background-color: #635D65;
}
.BgClassName
{
background-color: #635D65;
}
</style>
border-color css
<style>
span { border-color: #635D65; }
span { border-color: rgb(99,93,101); }
td.TdClassName
{
border-color: #635D65;
}
.TagClassName
{
border-color: #635D65;
}
</style>