Shades of Fedora #665366
Tints of Fedora #665366
RGB
CMYK
RGB Variations
Color information
#665366 (or 0x665366) is known color: Fedora. HEX triplet: 66, 53 and 66. RGB value is (102,83,102). Sum of RGB (Red+Green+Blue) = 102+83+102=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665366 is #99AC99. Grayscale: #5A5A5A. Windows color (decimal): -10071194 or 6706022. OLE color: 6706022.
HSL color Cylindrical-coordinate representation of color #665366: 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.19%. Process color model (Four color, CMYK) of #665366 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 102 | - |
| CMYK | 0 | 0.19 | 0 | 0.6 |
| HSL | 300º | 0.1% | 0.36% | - |
| HSV(B) | 300º | 0.19% | 0.4% | - |
| XYZ | 10.97 | 9.97 | 13.92 | - |
| YUV | 90.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 102 | 0 | 0.19 | 0 | 0.6 | 300 | 0.1 | 0.36 |
| Hex | 66 | 53 | 66 | 0 | 13 | 0 | 3C | 12C | A | 24 |
| Octal | 146 | 123 | 146 | 0 | 23 | 0 | 74 | 454 | 12 | 44 |
| Binary | 1100110 | 1010011 | 1100110 | 0 | 10011 | 0 | 111100 | 100101100 | 1010 | 100100 |
Color Harmonies of #665366
Complementary color
Monochromatic Colors of #665366
Black with #665366
Text Example
Text Example
White with #665366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665366; }
p { color: rgb(102,83,102); }
H1.HeaderClassName
{
color: #665366;
}
.AnyTagClassName
{
color: #665366;
}
</style>
background-color css
<style>
a { background-color: #665366; }
a { background-color: rgb(102,83,102); }
div.DivClassName
{
background-color: #665366;
}
.BgClassName
{
background-color: #665366;
}
</style>
border-color css
<style>
span { border-color: #665366; }
span { border-color: rgb(102,83,102); }
td.TdClassName
{
border-color: #665366;
}
.TagClassName
{
border-color: #665366;
}
</style>