Shades of Fedora #67576F
Tints of Fedora #67576F
RGB
CMYK
RGB Variations
Color information
#67576F (or 0x67576F) is known color: Fedora. HEX triplet: 67, 57 and 6F. RGB value is (103,87,111). Sum of RGB (Red+Green+Blue) = 103+87+111=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #67576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67576F is #98A890. Grayscale: #5E5E5E. Windows color (decimal): -10004625 or 7296871. OLE color: 7296871.
HSL color Cylindrical-coordinate representation of color #67576F: hue angle of 280º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67576F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 87 | 111 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.56 |
| HSL | 280º | 0.12% | 0.39% | - |
| HSV(B) | 280º | 0.22% | 0.44% | - |
| XYZ | 11.87 | 10.85 | 16.51 | - |
| YUV | 94.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 111 | 0.07 | 0.22 | 0 | 0.56 | 280 | 0.12 | 0.39 |
| Hex | 67 | 57 | 6F | 7 | 16 | 0 | 38 | 118 | C | 27 |
| Octal | 147 | 127 | 157 | 7 | 26 | 0 | 70 | 430 | 14 | 47 |
| Binary | 1100111 | 1010111 | 1101111 | 111 | 10110 | 0 | 111000 | 100011000 | 1100 | 100111 |
Color Harmonies of #67576F
Complementary color
Monochromatic Colors of #67576F
Black with #67576F
Text Example
Text Example
White with #67576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67576F; }
p { color: rgb(103,87,111); }
H1.HeaderClassName
{
color: #67576F;
}
.AnyTagClassName
{
color: #67576F;
}
</style>
background-color css
<style>
a { background-color: #67576F; }
a { background-color: rgb(103,87,111); }
div.DivClassName
{
background-color: #67576F;
}
.BgClassName
{
background-color: #67576F;
}
</style>
border-color css
<style>
span { border-color: #67576F; }
span { border-color: rgb(103,87,111); }
td.TdClassName
{
border-color: #67576F;
}
.TagClassName
{
border-color: #67576F;
}
</style>