Shades of Fedora #66596D
Tints of Fedora #66596D
RGB
CMYK
RGB Variations
Color information
#66596D (or 0x66596D) is known color: Fedora. HEX triplet: 66, 59 and 6D. RGB value is (102,89,109). Sum of RGB (Red+Green+Blue) = 102+89+109=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #66596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66596D is #99A692. Grayscale: #5F5F5F. Windows color (decimal): -10069651 or 7166310. OLE color: 7166310.
HSL color Cylindrical-coordinate representation of color #66596D: hue angle of 279º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66596D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 89 | 109 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.57 |
| HSL | 279º | 0.1% | 0.39% | - |
| HSV(B) | 279º | 0.18% | 0.43% | - |
| XYZ | 11.81 | 11.07 | 15.98 | - |
| YUV | 95.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 109 | 0.06 | 0.18 | 0 | 0.57 | 279 | 0.1 | 0.39 |
| Hex | 66 | 59 | 6D | 6 | 12 | 0 | 39 | 117 | A | 27 |
| Octal | 146 | 131 | 155 | 6 | 22 | 0 | 71 | 427 | 12 | 47 |
| Binary | 1100110 | 1011001 | 1101101 | 110 | 10010 | 0 | 111001 | 100010111 | 1010 | 100111 |
Color Harmonies of #66596D
Complementary color
Monochromatic Colors of #66596D
Black with #66596D
Text Example
Text Example
White with #66596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66596D; }
p { color: rgb(102,89,109); }
H1.HeaderClassName
{
color: #66596D;
}
.AnyTagClassName
{
color: #66596D;
}
</style>
background-color css
<style>
a { background-color: #66596D; }
a { background-color: rgb(102,89,109); }
div.DivClassName
{
background-color: #66596D;
}
.BgClassName
{
background-color: #66596D;
}
</style>
border-color css
<style>
span { border-color: #66596D; }
span { border-color: rgb(102,89,109); }
td.TdClassName
{
border-color: #66596D;
}
.TagClassName
{
border-color: #66596D;
}
</style>