Shades of Fedora #64536C
Tints of Fedora #64536C
RGB
CMYK
RGB Variations
Color information
#64536C (or 0x64536C) is known color: Fedora. HEX triplet: 64, 53 and 6C. RGB value is (100,83,108). Sum of RGB (Red+Green+Blue) = 100+83+108=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #64536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64536C is #9BAC93. Grayscale: #5A5A5A. Windows color (decimal): -10202260 or 7099236. OLE color: 7099236.
HSL color Cylindrical-coordinate representation of color #64536C: hue angle of 280.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64536C is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 83 | 108 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.58 |
| HSL | 280.8º | 0.13% | 0.37% | - |
| HSV(B) | 280.8º | 0.23% | 0.42% | - |
| XYZ | 11.06 | 9.98 | 15.53 | - |
| YUV | 90.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 108 | 0.07 | 0.23 | 0 | 0.58 | 280.8 | 0.13 | 0.37 |
| Hex | 64 | 53 | 6C | 7 | 17 | 0 | 3A | 119 | D | 25 |
| Octal | 144 | 123 | 154 | 7 | 27 | 0 | 72 | 431 | 15 | 45 |
| Binary | 1100100 | 1010011 | 1101100 | 111 | 10111 | 0 | 111010 | 100011001 | 1101 | 100101 |
Color Harmonies of #64536C
Complementary color
Monochromatic Colors of #64536C
Black with #64536C
Text Example
Text Example
White with #64536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64536C; }
p { color: rgb(100,83,108); }
H1.HeaderClassName
{
color: #64536C;
}
.AnyTagClassName
{
color: #64536C;
}
</style>
background-color css
<style>
a { background-color: #64536C; }
a { background-color: rgb(100,83,108); }
div.DivClassName
{
background-color: #64536C;
}
.BgClassName
{
background-color: #64536C;
}
</style>
border-color css
<style>
span { border-color: #64536C; }
span { border-color: rgb(100,83,108); }
td.TdClassName
{
border-color: #64536C;
}
.TagClassName
{
border-color: #64536C;
}
</style>