Shades of Fedora #66566D
Tints of Fedora #66566D
RGB
CMYK
RGB Variations
Color information
#66566D (or 0x66566D) is known color: Fedora. HEX triplet: 66, 56 and 6D. RGB value is (102,86,109). Sum of RGB (Red+Green+Blue) = 102+86+109=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: blue. Hex color #66566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66566D is #99A992. Grayscale: #5D5D5D. Windows color (decimal): -10070419 or 7165542. OLE color: 7165542.
HSL color Cylindrical-coordinate representation of color #66566D: hue angle of 281.74º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66566D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 86 | 109 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.57 |
| HSL | 281.74º | 0.12% | 0.38% | - |
| HSV(B) | 281.74º | 0.21% | 0.43% | - |
| XYZ | 11.57 | 10.58 | 15.9 | - |
| YUV | 93.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 109 | 0.06 | 0.21 | 0 | 0.57 | 281.74 | 0.12 | 0.38 |
| Hex | 66 | 56 | 6D | 6 | 15 | 0 | 39 | 11A | C | 26 |
| Octal | 146 | 126 | 155 | 6 | 25 | 0 | 71 | 432 | 14 | 46 |
| Binary | 1100110 | 1010110 | 1101101 | 110 | 10101 | 0 | 111001 | 100011010 | 1100 | 100110 |
Color Harmonies of #66566D
Complementary color
Monochromatic Colors of #66566D
Black with #66566D
Text Example
Text Example
White with #66566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66566D; }
p { color: rgb(102,86,109); }
H1.HeaderClassName
{
color: #66566D;
}
.AnyTagClassName
{
color: #66566D;
}
</style>
background-color css
<style>
a { background-color: #66566D; }
a { background-color: rgb(102,86,109); }
div.DivClassName
{
background-color: #66566D;
}
.BgClassName
{
background-color: #66566D;
}
</style>
border-color css
<style>
span { border-color: #66566D; }
span { border-color: rgb(102,86,109); }
td.TdClassName
{
border-color: #66566D;
}
.TagClassName
{
border-color: #66566D;
}
</style>