Shades of Fedora #66536C
Tints of Fedora #66536C
RGB
CMYK
RGB Variations
Color information
#66536C (or 0x66536C) is known color: Fedora. HEX triplet: 66, 53 and 6C. RGB value is (102,83,108). Sum of RGB (Red+Green+Blue) = 102+83+108=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #66536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66536C is #99AC93. Grayscale: #5B5B5B. Windows color (decimal): -10071188 or 7099238. OLE color: 7099238.
HSL color Cylindrical-coordinate representation of color #66536C: hue angle of 285.6º 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 #66536C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 83 | 108 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.58 |
| HSL | 285.6º | 0.13% | 0.37% | - |
| HSV(B) | 285.6º | 0.23% | 0.42% | - |
| XYZ | 11.28 | 10.09 | 15.54 | - |
| YUV | 91.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 108 | 0.06 | 0.23 | 0 | 0.58 | 285.6 | 0.13 | 0.37 |
| Hex | 66 | 53 | 6C | 6 | 17 | 0 | 3A | 11E | D | 25 |
| Octal | 146 | 123 | 154 | 6 | 27 | 0 | 72 | 436 | 15 | 45 |
| Binary | 1100110 | 1010011 | 1101100 | 110 | 10111 | 0 | 111010 | 100011110 | 1101 | 100101 |
Color Harmonies of #66536C
Complementary color
Monochromatic Colors of #66536C
Black with #66536C
Text Example
Text Example
White with #66536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66536C; }
p { color: rgb(102,83,108); }
H1.HeaderClassName
{
color: #66536C;
}
.AnyTagClassName
{
color: #66536C;
}
</style>
background-color css
<style>
a { background-color: #66536C; }
a { background-color: rgb(102,83,108); }
div.DivClassName
{
background-color: #66536C;
}
.BgClassName
{
background-color: #66536C;
}
</style>
border-color css
<style>
span { border-color: #66536C; }
span { border-color: rgb(102,83,108); }
td.TdClassName
{
border-color: #66536C;
}
.TagClassName
{
border-color: #66536C;
}
</style>