Shades of Fedora #665566
Tints of Fedora #665566
RGB
CMYK
RGB Variations
Color information
#665566 (or 0x665566) is known color: Fedora. HEX triplet: 66, 55 and 66. RGB value is (102,85,102). Sum of RGB (Red+Green+Blue) = 102+85+102=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665566 is #99AA99. Grayscale: #5B5B5B. Windows color (decimal): -10070682 or 6706534. OLE color: 6706534.
HSL color Cylindrical-coordinate representation of color #665566: hue angle of 300º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665566 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 102 | - |
| CMYK | 0 | 0.17 | 0 | 0.6 |
| HSL | 300º | 0.09% | 0.37% | - |
| HSV(B) | 300º | 0.17% | 0.4% | - |
| XYZ | 11.13 | 10.28 | 13.97 | - |
| YUV | 92.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 102 | 0 | 0.17 | 0 | 0.6 | 300 | 0.09 | 0.37 |
| Hex | 66 | 55 | 66 | 0 | 11 | 0 | 3C | 12C | 9 | 25 |
| Octal | 146 | 125 | 146 | 0 | 21 | 0 | 74 | 454 | 11 | 45 |
| Binary | 1100110 | 1010101 | 1100110 | 0 | 10001 | 0 | 111100 | 100101100 | 1001 | 100101 |
Color Harmonies of #665566
Complementary color
Monochromatic Colors of #665566
Black with #665566
Text Example
Text Example
White with #665566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665566; }
p { color: rgb(102,85,102); }
H1.HeaderClassName
{
color: #665566;
}
.AnyTagClassName
{
color: #665566;
}
</style>
background-color css
<style>
a { background-color: #665566; }
a { background-color: rgb(102,85,102); }
div.DivClassName
{
background-color: #665566;
}
.BgClassName
{
background-color: #665566;
}
</style>
border-color css
<style>
span { border-color: #665566; }
span { border-color: rgb(102,85,102); }
td.TdClassName
{
border-color: #665566;
}
.TagClassName
{
border-color: #665566;
}
</style>