Shades of Fedora #64576A
Tints of Fedora #64576A
RGB
CMYK
RGB Variations
Color information
#64576A (or 0x64576A) is known color: Fedora. HEX triplet: 64, 57 and 6A. RGB value is (100,87,106). Sum of RGB (Red+Green+Blue) = 100+87+106=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #64576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64576A is #9BA895. Grayscale: #5C5C5C. Windows color (decimal): -10201238 or 6969188. OLE color: 6969188.
HSL color Cylindrical-coordinate representation of color #64576A: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64576A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 87 | 106 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.58 |
| HSL | 281.05º | 0.1% | 0.38% | - |
| HSV(B) | 281.05º | 0.18% | 0.42% | - |
| XYZ | 11.27 | 10.57 | 15.08 | - |
| YUV | 93.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 106 | 0.06 | 0.18 | 0 | 0.58 | 281.05 | 0.1 | 0.38 |
| Hex | 64 | 57 | 6A | 6 | 12 | 0 | 3A | 119 | A | 26 |
| Octal | 144 | 127 | 152 | 6 | 22 | 0 | 72 | 431 | 12 | 46 |
| Binary | 1100100 | 1010111 | 1101010 | 110 | 10010 | 0 | 111010 | 100011001 | 1010 | 100110 |
Color Harmonies of #64576A
Complementary color
Monochromatic Colors of #64576A
Black with #64576A
Text Example
Text Example
White with #64576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64576A; }
p { color: rgb(100,87,106); }
H1.HeaderClassName
{
color: #64576A;
}
.AnyTagClassName
{
color: #64576A;
}
</style>
background-color css
<style>
a { background-color: #64576A; }
a { background-color: rgb(100,87,106); }
div.DivClassName
{
background-color: #64576A;
}
.BgClassName
{
background-color: #64576A;
}
</style>
border-color css
<style>
span { border-color: #64576A; }
span { border-color: rgb(100,87,106); }
td.TdClassName
{
border-color: #64576A;
}
.TagClassName
{
border-color: #64576A;
}
</style>