Shades of Fedora #665967
Tints of Fedora #665967
RGB
CMYK
RGB Variations
Color information
#665967 (or 0x665967) is known color: Fedora. HEX triplet: 66, 59 and 67. RGB value is (102,89,103). Sum of RGB (Red+Green+Blue) = 102+89+103=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 103 - color contains mainly: blue. Hex color #665967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665967 is #99A698. Grayscale: #5E5E5E. Windows color (decimal): -10069657 or 6773094. OLE color: 6773094.
HSL color Cylindrical-coordinate representation of color #665967: hue angle of 295.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665967 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 89 | 103 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.60 |
| HSL | 295.71º | 0.07% | 0.38% | - |
| HSV(B) | 295.71º | 0.14% | 0.4% | - |
| XYZ | 11.5 | 10.95 | 14.34 | - |
| YUV | 94.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 103 | 0.01 | 0.14 | 0 | 0.60 | 295.71 | 0.07 | 0.38 |
| Hex | 66 | 59 | 67 | 1 | E | 0 | 3C | 128 | 7 | 26 |
| Octal | 146 | 131 | 147 | 1 | 16 | 0 | 74 | 450 | 7 | 46 |
| Binary | 1100110 | 1011001 | 1100111 | 1 | 1110 | 0 | 111100 | 100101000 | 111 | 100110 |
Color Harmonies of #665967
Complementary color
Monochromatic Colors of #665967
Black with #665967
Text Example
Text Example
White with #665967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665967; }
p { color: rgb(102,89,103); }
H1.HeaderClassName
{
color: #665967;
}
.AnyTagClassName
{
color: #665967;
}
</style>
background-color css
<style>
a { background-color: #665967; }
a { background-color: rgb(102,89,103); }
div.DivClassName
{
background-color: #665967;
}
.BgClassName
{
background-color: #665967;
}
</style>
border-color css
<style>
span { border-color: #665967; }
span { border-color: rgb(102,89,103); }
td.TdClassName
{
border-color: #665967;
}
.TagClassName
{
border-color: #665967;
}
</style>