Shades of Fedora #67576D
Tints of Fedora #67576D
RGB
CMYK
RGB Variations
Color information
#67576D (or 0x67576D) is known color: Fedora. HEX triplet: 67, 57 and 6D. RGB value is (103,87,109). Sum of RGB (Red+Green+Blue) = 103+87+109=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: blue. Hex color #67576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67576D is #98A892. Grayscale: #5E5E5E. Windows color (decimal): -10004627 or 7165799. OLE color: 7165799.
HSL color Cylindrical-coordinate representation of color #67576D: hue angle of 283.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67576D is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 87 | 109 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.57 |
| HSL | 283.64º | 0.11% | 0.38% | - |
| HSV(B) | 283.64º | 0.2% | 0.43% | - |
| XYZ | 11.76 | 10.8 | 15.93 | - |
| YUV | 94.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 109 | 0.06 | 0.20 | 0 | 0.57 | 283.64 | 0.11 | 0.38 |
| Hex | 67 | 57 | 6D | 6 | 14 | 0 | 39 | 11C | B | 26 |
| Octal | 147 | 127 | 155 | 6 | 24 | 0 | 71 | 434 | 13 | 46 |
| Binary | 1100111 | 1010111 | 1101101 | 110 | 10100 | 0 | 111001 | 100011100 | 1011 | 100110 |
Color Harmonies of #67576D
Complementary color
Monochromatic Colors of #67576D
Black with #67576D
Text Example
Text Example
White with #67576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67576D; }
p { color: rgb(103,87,109); }
H1.HeaderClassName
{
color: #67576D;
}
.AnyTagClassName
{
color: #67576D;
}
</style>
background-color css
<style>
a { background-color: #67576D; }
a { background-color: rgb(103,87,109); }
div.DivClassName
{
background-color: #67576D;
}
.BgClassName
{
background-color: #67576D;
}
</style>
border-color css
<style>
span { border-color: #67576D; }
span { border-color: rgb(103,87,109); }
td.TdClassName
{
border-color: #67576D;
}
.TagClassName
{
border-color: #67576D;
}
</style>