Shades of Fedora #656067
Tints of Fedora #656067
RGB
CMYK
RGB Variations
Color information
#656067 (or 0x656067) is known color: Fedora. HEX triplet: 65, 60 and 67. RGB value is (101,96,103). Sum of RGB (Red+Green+Blue) = 101+96+103=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 103 - color contains mainly: blue. Hex color #656067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656067 is #9A9F98. Grayscale: #626262. Windows color (decimal): -10133401 or 6774885. OLE color: 6774885.
HSL color Cylindrical-coordinate representation of color #656067: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #656067 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 103 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.60 |
| HSL | 282.86º | 0.04% | 0.39% | - |
| HSV(B) | 282.86º | 0.07% | 0.4% | - |
| XYZ | 12 | 12.11 | 14.54 | - |
| YUV | 98.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 103 | 0.02 | 0.07 | 0 | 0.60 | 282.86 | 0.04 | 0.39 |
| Hex | 65 | 60 | 67 | 2 | 7 | 0 | 3C | 11B | 4 | 27 |
| Octal | 145 | 140 | 147 | 2 | 7 | 0 | 74 | 433 | 4 | 47 |
| Binary | 1100101 | 1100000 | 1100111 | 10 | 111 | 0 | 111100 | 100011011 | 100 | 100111 |
Color Harmonies of #656067
Complementary color
Monochromatic Colors of #656067
Black with #656067
Text Example
Text Example
White with #656067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656067; }
p { color: rgb(101,96,103); }
H1.HeaderClassName
{
color: #656067;
}
.AnyTagClassName
{
color: #656067;
}
</style>
background-color css
<style>
a { background-color: #656067; }
a { background-color: rgb(101,96,103); }
div.DivClassName
{
background-color: #656067;
}
.BgClassName
{
background-color: #656067;
}
</style>
border-color css
<style>
span { border-color: #656067; }
span { border-color: rgb(101,96,103); }
td.TdClassName
{
border-color: #656067;
}
.TagClassName
{
border-color: #656067;
}
</style>