Shades of Fedora #665466
Tints of Fedora #665466
RGB
CMYK
RGB Variations
Color information
#665466 (or 0x665466) is known color: Fedora. HEX triplet: 66, 54 and 66. RGB value is (102,84,102). Sum of RGB (Red+Green+Blue) = 102+84+102=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665466 is #99AB99. Grayscale: #5B5B5B. Windows color (decimal): -10070938 or 6706278. OLE color: 6706278.
HSL color Cylindrical-coordinate representation of color #665466: hue angle of 300º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665466 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 102 | - |
| CMYK | 0 | 0.18 | 0 | 0.6 |
| HSL | 300º | 0.1% | 0.36% | - |
| HSV(B) | 300º | 0.18% | 0.4% | - |
| XYZ | 11.05 | 10.12 | 13.94 | - |
| YUV | 91.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 102 | 0 | 0.18 | 0 | 0.6 | 300 | 0.1 | 0.36 |
| Hex | 66 | 54 | 66 | 0 | 12 | 0 | 3C | 12C | A | 24 |
| Octal | 146 | 124 | 146 | 0 | 22 | 0 | 74 | 454 | 12 | 44 |
| Binary | 1100110 | 1010100 | 1100110 | 0 | 10010 | 0 | 111100 | 100101100 | 1010 | 100100 |
Color Harmonies of #665466
Complementary color
Monochromatic Colors of #665466
Black with #665466
Text Example
Text Example
White with #665466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665466; }
p { color: rgb(102,84,102); }
H1.HeaderClassName
{
color: #665466;
}
.AnyTagClassName
{
color: #665466;
}
</style>
background-color css
<style>
a { background-color: #665466; }
a { background-color: rgb(102,84,102); }
div.DivClassName
{
background-color: #665466;
}
.BgClassName
{
background-color: #665466;
}
</style>
border-color css
<style>
span { border-color: #665466; }
span { border-color: rgb(102,84,102); }
td.TdClassName
{
border-color: #665466;
}
.TagClassName
{
border-color: #665466;
}
</style>