Shades of Fedora #66516D
Tints of Fedora #66516D
RGB
CMYK
RGB Variations
Color information
#66516D (or 0x66516D) is known color: Fedora. HEX triplet: 66, 51 and 6D. RGB value is (102,81,109). Sum of RGB (Red+Green+Blue) = 102+81+109=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #66516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66516D is #99AE92. Grayscale: #5A5A5A. Windows color (decimal): -10071699 or 7164262. OLE color: 7164262.
HSL color Cylindrical-coordinate representation of color #66516D: hue angle of 285º 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 #66516D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 81 | 109 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.57 |
| HSL | 285º | 0.15% | 0.37% | - |
| HSV(B) | 285º | 0.26% | 0.43% | - |
| XYZ | 11.18 | 9.81 | 15.77 | - |
| YUV | 90.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 109 | 0.06 | 0.26 | 0 | 0.57 | 285 | 0.15 | 0.37 |
| Hex | 66 | 51 | 6D | 6 | 1A | 0 | 39 | 11D | F | 25 |
| Octal | 146 | 121 | 155 | 6 | 32 | 0 | 71 | 435 | 17 | 45 |
| Binary | 1100110 | 1010001 | 1101101 | 110 | 11010 | 0 | 111001 | 100011101 | 1111 | 100101 |
Color Harmonies of #66516D
Complementary color
Monochromatic Colors of #66516D
Black with #66516D
Text Example
Text Example
White with #66516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66516D; }
p { color: rgb(102,81,109); }
H1.HeaderClassName
{
color: #66516D;
}
.AnyTagClassName
{
color: #66516D;
}
</style>
background-color css
<style>
a { background-color: #66516D; }
a { background-color: rgb(102,81,109); }
div.DivClassName
{
background-color: #66516D;
}
.BgClassName
{
background-color: #66516D;
}
</style>
border-color css
<style>
span { border-color: #66516D; }
span { border-color: rgb(102,81,109); }
td.TdClassName
{
border-color: #66516D;
}
.TagClassName
{
border-color: #66516D;
}
</style>