Shades of Fedora #65516B
Tints of Fedora #65516B
RGB
CMYK
RGB Variations
Color information
#65516B (or 0x65516B) is known color: Fedora. HEX triplet: 65, 51 and 6B. RGB value is (101,81,107). Sum of RGB (Red+Green+Blue) = 101+81+107=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #65516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65516B is #9AAE94. Grayscale: #595959. Windows color (decimal): -10137237 or 7033189. OLE color: 7033189.
HSL color Cylindrical-coordinate representation of color #65516B: hue angle of 286.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65516B is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 81 | 107 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.58 |
| HSL | 286.15º | 0.14% | 0.37% | - |
| HSV(B) | 286.15º | 0.24% | 0.42% | - |
| XYZ | 10.96 | 9.71 | 15.21 | - |
| YUV | 89.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 107 | 0.06 | 0.24 | 0 | 0.58 | 286.15 | 0.14 | 0.37 |
| Hex | 65 | 51 | 6B | 6 | 18 | 0 | 3A | 11E | E | 25 |
| Octal | 145 | 121 | 153 | 6 | 30 | 0 | 72 | 436 | 16 | 45 |
| Binary | 1100101 | 1010001 | 1101011 | 110 | 11000 | 0 | 111010 | 100011110 | 1110 | 100101 |
Color Harmonies of #65516B
Complementary color
Monochromatic Colors of #65516B
Black with #65516B
Text Example
Text Example
White with #65516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65516B; }
p { color: rgb(101,81,107); }
H1.HeaderClassName
{
color: #65516B;
}
.AnyTagClassName
{
color: #65516B;
}
</style>
background-color css
<style>
a { background-color: #65516B; }
a { background-color: rgb(101,81,107); }
div.DivClassName
{
background-color: #65516B;
}
.BgClassName
{
background-color: #65516B;
}
</style>
border-color css
<style>
span { border-color: #65516B; }
span { border-color: rgb(101,81,107); }
td.TdClassName
{
border-color: #65516B;
}
.TagClassName
{
border-color: #65516B;
}
</style>