Shades of Fedora #66576D
Tints of Fedora #66576D
RGB
CMYK
RGB Variations
Color information
#66576D (or 0x66576D) is known color: Fedora. HEX triplet: 66, 57 and 6D. RGB value is (102,87,109). Sum of RGB (Red+Green+Blue) = 102+87+109=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 109 - color contains mainly: blue. Hex color #66576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66576D is #99A892. Grayscale: #5D5D5D. Windows color (decimal): -10070163 or 7165798. OLE color: 7165798.
HSL color Cylindrical-coordinate representation of color #66576D: hue angle of 280.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66576D is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 87 | 109 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.57 |
| HSL | 280.91º | 0.11% | 0.38% | - |
| HSV(B) | 280.91º | 0.2% | 0.43% | - |
| XYZ | 11.65 | 10.75 | 15.93 | - |
| YUV | 93.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 109 | 0.06 | 0.20 | 0 | 0.57 | 280.91 | 0.11 | 0.38 |
| Hex | 66 | 57 | 6D | 6 | 14 | 0 | 39 | 119 | B | 26 |
| Octal | 146 | 127 | 155 | 6 | 24 | 0 | 71 | 431 | 13 | 46 |
| Binary | 1100110 | 1010111 | 1101101 | 110 | 10100 | 0 | 111001 | 100011001 | 1011 | 100110 |
Color Harmonies of #66576D
Complementary color
Monochromatic Colors of #66576D
Black with #66576D
Text Example
Text Example
White with #66576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66576D; }
p { color: rgb(102,87,109); }
H1.HeaderClassName
{
color: #66576D;
}
.AnyTagClassName
{
color: #66576D;
}
</style>
background-color css
<style>
a { background-color: #66576D; }
a { background-color: rgb(102,87,109); }
div.DivClassName
{
background-color: #66576D;
}
.BgClassName
{
background-color: #66576D;
}
</style>
border-color css
<style>
span { border-color: #66576D; }
span { border-color: rgb(102,87,109); }
td.TdClassName
{
border-color: #66576D;
}
.TagClassName
{
border-color: #66576D;
}
</style>