Shades of Fedora #63536A
Tints of Fedora #63536A
RGB
CMYK
RGB Variations
Color information
#63536A (or 0x63536A) is known color: Fedora. HEX triplet: 63, 53 and 6A. RGB value is (99,83,106). Sum of RGB (Red+Green+Blue) = 99+83+106=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #63536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63536A is #9CAC95. Grayscale: #5A5A5A. Windows color (decimal): -10267798 or 6968163. OLE color: 6968163.
HSL color Cylindrical-coordinate representation of color #63536A: hue angle of 281.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63536A is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 83 | 106 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.58 |
| HSL | 281.74º | 0.12% | 0.37% | - |
| HSV(B) | 281.74º | 0.22% | 0.42% | - |
| XYZ | 10.84 | 9.88 | 14.97 | - |
| YUV | 90.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 106 | 0.07 | 0.22 | 0 | 0.58 | 281.74 | 0.12 | 0.37 |
| Hex | 63 | 53 | 6A | 7 | 16 | 0 | 3A | 11A | C | 25 |
| Octal | 143 | 123 | 152 | 7 | 26 | 0 | 72 | 432 | 14 | 45 |
| Binary | 1100011 | 1010011 | 1101010 | 111 | 10110 | 0 | 111010 | 100011010 | 1100 | 100101 |
Color Harmonies of #63536A
Complementary color
Monochromatic Colors of #63536A
Black with #63536A
Text Example
Text Example
White with #63536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63536A; }
p { color: rgb(99,83,106); }
H1.HeaderClassName
{
color: #63536A;
}
.AnyTagClassName
{
color: #63536A;
}
</style>
background-color css
<style>
a { background-color: #63536A; }
a { background-color: rgb(99,83,106); }
div.DivClassName
{
background-color: #63536A;
}
.BgClassName
{
background-color: #63536A;
}
</style>
border-color css
<style>
span { border-color: #63536A; }
span { border-color: rgb(99,83,106); }
td.TdClassName
{
border-color: #63536A;
}
.TagClassName
{
border-color: #63536A;
}
</style>