Shades of Fedora #655D69
Tints of Fedora #655D69
RGB
CMYK
RGB Variations
Color information
#655D69 (or 0x655D69) is known color: Fedora. HEX triplet: 65, 5D and 69. RGB value is (101,93,105). Sum of RGB (Red+Green+Blue) = 101+93+105=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #655D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D69 is #9AA296. Grayscale: #606060. Windows color (decimal): -10134167 or 6905189. OLE color: 6905189.
HSL color Cylindrical-coordinate representation of color #655D69: hue angle of 280º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655D69 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 93 | 105 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.59 |
| HSL | 280º | 0.06% | 0.39% | - |
| HSV(B) | 280º | 0.11% | 0.41% | - |
| XYZ | 11.83 | 11.62 | 14.98 | - |
| YUV | 96.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 105 | 0.04 | 0.11 | 0 | 0.59 | 280 | 0.06 | 0.39 |
| Hex | 65 | 5D | 69 | 4 | B | 0 | 3B | 118 | 6 | 27 |
| Octal | 145 | 135 | 151 | 4 | 13 | 0 | 73 | 430 | 6 | 47 |
| Binary | 1100101 | 1011101 | 1101001 | 100 | 1011 | 0 | 111011 | 100011000 | 110 | 100111 |
Color Harmonies of #655D69
Complementary color
Monochromatic Colors of #655D69
Black with #655D69
Text Example
Text Example
White with #655D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D69; }
p { color: rgb(101,93,105); }
H1.HeaderClassName
{
color: #655D69;
}
.AnyTagClassName
{
color: #655D69;
}
</style>
background-color css
<style>
a { background-color: #655D69; }
a { background-color: rgb(101,93,105); }
div.DivClassName
{
background-color: #655D69;
}
.BgClassName
{
background-color: #655D69;
}
</style>
border-color css
<style>
span { border-color: #655D69; }
span { border-color: rgb(101,93,105); }
td.TdClassName
{
border-color: #655D69;
}
.TagClassName
{
border-color: #655D69;
}
</style>