Shades of Fedora #655F67
Tints of Fedora #655F67
RGB
CMYK
RGB Variations
Color information
#655F67 (or 0x655F67) is known color: Fedora. HEX triplet: 65, 5F and 67. RGB value is (101,95,103). Sum of RGB (Red+Green+Blue) = 101+95+103=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 103 - color contains mainly: blue. Hex color #655F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F67 is #9AA098. Grayscale: #616161. Windows color (decimal): -10133657 or 6774629. OLE color: 6774629.
HSL color Cylindrical-coordinate representation of color #655F67: hue angle of 285º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #655F67 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 103 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.60 |
| HSL | 285º | 0.04% | 0.39% | - |
| HSV(B) | 285º | 0.08% | 0.4% | - |
| XYZ | 11.91 | 11.93 | 14.51 | - |
| YUV | 97.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 103 | 0.02 | 0.08 | 0 | 0.60 | 285 | 0.04 | 0.39 |
| Hex | 65 | 5F | 67 | 2 | 8 | 0 | 3C | 11D | 4 | 27 |
| Octal | 145 | 137 | 147 | 2 | 10 | 0 | 74 | 435 | 4 | 47 |
| Binary | 1100101 | 1011111 | 1100111 | 10 | 1000 | 0 | 111100 | 100011101 | 100 | 100111 |
Color Harmonies of #655F67
Complementary color
Monochromatic Colors of #655F67
Black with #655F67
Text Example
Text Example
White with #655F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F67; }
p { color: rgb(101,95,103); }
H1.HeaderClassName
{
color: #655F67;
}
.AnyTagClassName
{
color: #655F67;
}
</style>
background-color css
<style>
a { background-color: #655F67; }
a { background-color: rgb(101,95,103); }
div.DivClassName
{
background-color: #655F67;
}
.BgClassName
{
background-color: #655F67;
}
</style>
border-color css
<style>
span { border-color: #655F67; }
span { border-color: rgb(101,95,103); }
td.TdClassName
{
border-color: #655F67;
}
.TagClassName
{
border-color: #655F67;
}
</style>