Shades of Fedora #66576C
Tints of Fedora #66576C
RGB
CMYK
RGB Variations
Color information
#66576C (or 0x66576C) is known color: Fedora. HEX triplet: 66, 57 and 6C. RGB value is (102,87,108). Sum of RGB (Red+Green+Blue) = 102+87+108=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #66576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66576C is #99A893. Grayscale: #5D5D5D. Windows color (decimal): -10070164 or 7100262. OLE color: 7100262.
HSL color Cylindrical-coordinate representation of color #66576C: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66576C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 87 | 108 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.58 |
| HSL | 282.86º | 0.11% | 0.38% | - |
| HSV(B) | 282.86º | 0.19% | 0.42% | - |
| XYZ | 11.59 | 10.72 | 15.65 | - |
| YUV | 93.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 108 | 0.06 | 0.19 | 0 | 0.58 | 282.86 | 0.11 | 0.38 |
| Hex | 66 | 57 | 6C | 6 | 13 | 0 | 3A | 11B | B | 26 |
| Octal | 146 | 127 | 154 | 6 | 23 | 0 | 72 | 433 | 13 | 46 |
| Binary | 1100110 | 1010111 | 1101100 | 110 | 10011 | 0 | 111010 | 100011011 | 1011 | 100110 |
Color Harmonies of #66576C
Complementary color
Monochromatic Colors of #66576C
Black with #66576C
Text Example
Text Example
White with #66576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66576C; }
p { color: rgb(102,87,108); }
H1.HeaderClassName
{
color: #66576C;
}
.AnyTagClassName
{
color: #66576C;
}
</style>
background-color css
<style>
a { background-color: #66576C; }
a { background-color: rgb(102,87,108); }
div.DivClassName
{
background-color: #66576C;
}
.BgClassName
{
background-color: #66576C;
}
</style>
border-color css
<style>
span { border-color: #66576C; }
span { border-color: rgb(102,87,108); }
td.TdClassName
{
border-color: #66576C;
}
.TagClassName
{
border-color: #66576C;
}
</style>