Shades of Fedora #67596D
Tints of Fedora #67596D
RGB
CMYK
RGB Variations
Color information
#67596D (or 0x67596D) is known color: Fedora. HEX triplet: 67, 59 and 6D. RGB value is (103,89,109). Sum of RGB (Red+Green+Blue) = 103+89+109=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #67596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67596D is #98A692. Grayscale: #5F5F5F. Windows color (decimal): -10004115 or 7166311. OLE color: 7166311.
HSL color Cylindrical-coordinate representation of color #67596D: hue angle of 282º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67596D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 89 | 109 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.57 |
| HSL | 282º | 0.1% | 0.39% | - |
| HSV(B) | 282º | 0.18% | 0.43% | - |
| XYZ | 11.93 | 11.13 | 15.99 | - |
| YUV | 95.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 109 | 0.06 | 0.18 | 0 | 0.57 | 282 | 0.1 | 0.39 |
| Hex | 67 | 59 | 6D | 6 | 12 | 0 | 39 | 11A | A | 27 |
| Octal | 147 | 131 | 155 | 6 | 22 | 0 | 71 | 432 | 12 | 47 |
| Binary | 1100111 | 1011001 | 1101101 | 110 | 10010 | 0 | 111001 | 100011010 | 1010 | 100111 |
Color Harmonies of #67596D
Complementary color
Monochromatic Colors of #67596D
Black with #67596D
Text Example
Text Example
White with #67596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67596D; }
p { color: rgb(103,89,109); }
H1.HeaderClassName
{
color: #67596D;
}
.AnyTagClassName
{
color: #67596D;
}
</style>
background-color css
<style>
a { background-color: #67596D; }
a { background-color: rgb(103,89,109); }
div.DivClassName
{
background-color: #67596D;
}
.BgClassName
{
background-color: #67596D;
}
</style>
border-color css
<style>
span { border-color: #67596D; }
span { border-color: rgb(103,89,109); }
td.TdClassName
{
border-color: #67596D;
}
.TagClassName
{
border-color: #67596D;
}
</style>