Shades of Fedora #65516D
Tints of Fedora #65516D
RGB
CMYK
RGB Variations
Color information
#65516D (or 0x65516D) is known color: Fedora. HEX triplet: 65, 51 and 6D. RGB value is (101,81,109). Sum of RGB (Red+Green+Blue) = 101+81+109=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #65516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65516D is #9AAE92. Grayscale: #5A5A5A. Windows color (decimal): -10137235 or 7164261. OLE color: 7164261.
HSL color Cylindrical-coordinate representation of color #65516D: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65516D is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 81 | 109 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.57 |
| HSL | 282.86º | 0.15% | 0.37% | - |
| HSV(B) | 282.86º | 0.26% | 0.43% | - |
| XYZ | 11.07 | 9.76 | 15.77 | - |
| YUV | 90.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 109 | 0.07 | 0.26 | 0 | 0.57 | 282.86 | 0.15 | 0.37 |
| Hex | 65 | 51 | 6D | 7 | 1A | 0 | 39 | 11B | F | 25 |
| Octal | 145 | 121 | 155 | 7 | 32 | 0 | 71 | 433 | 17 | 45 |
| Binary | 1100101 | 1010001 | 1101101 | 111 | 11010 | 0 | 111001 | 100011011 | 1111 | 100101 |
Color Harmonies of #65516D
Complementary color
Monochromatic Colors of #65516D
Black with #65516D
Text Example
Text Example
White with #65516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65516D; }
p { color: rgb(101,81,109); }
H1.HeaderClassName
{
color: #65516D;
}
.AnyTagClassName
{
color: #65516D;
}
</style>
background-color css
<style>
a { background-color: #65516D; }
a { background-color: rgb(101,81,109); }
div.DivClassName
{
background-color: #65516D;
}
.BgClassName
{
background-color: #65516D;
}
</style>
border-color css
<style>
span { border-color: #65516D; }
span { border-color: rgb(101,81,109); }
td.TdClassName
{
border-color: #65516D;
}
.TagClassName
{
border-color: #65516D;
}
</style>