Shades of Fedora #66536A
Tints of Fedora #66536A
RGB
CMYK
RGB Variations
Color information
#66536A (or 0x66536A) is known color: Fedora. HEX triplet: 66, 53 and 6A. RGB value is (102,83,106). Sum of RGB (Red+Green+Blue) = 102+83+106=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #66536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66536A is #99AC95. Grayscale: #5B5B5B. Windows color (decimal): -10071190 or 6968166. OLE color: 6968166.
HSL color Cylindrical-coordinate representation of color #66536A: hue angle of 289.57º 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 #66536A is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 83 | 106 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.58 |
| HSL | 289.57º | 0.12% | 0.37% | - |
| HSV(B) | 289.57º | 0.22% | 0.42% | - |
| XYZ | 11.17 | 10.05 | 14.99 | - |
| YUV | 91.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 106 | 0.04 | 0.22 | 0 | 0.58 | 289.57 | 0.12 | 0.37 |
| Hex | 66 | 53 | 6A | 4 | 16 | 0 | 3A | 122 | C | 25 |
| Octal | 146 | 123 | 152 | 4 | 26 | 0 | 72 | 442 | 14 | 45 |
| Binary | 1100110 | 1010011 | 1101010 | 100 | 10110 | 0 | 111010 | 100100010 | 1100 | 100101 |
Color Harmonies of #66536A
Complementary color
Monochromatic Colors of #66536A
Black with #66536A
Text Example
Text Example
White with #66536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66536A; }
p { color: rgb(102,83,106); }
H1.HeaderClassName
{
color: #66536A;
}
.AnyTagClassName
{
color: #66536A;
}
</style>
background-color css
<style>
a { background-color: #66536A; }
a { background-color: rgb(102,83,106); }
div.DivClassName
{
background-color: #66536A;
}
.BgClassName
{
background-color: #66536A;
}
</style>
border-color css
<style>
span { border-color: #66536A; }
span { border-color: rgb(102,83,106); }
td.TdClassName
{
border-color: #66536A;
}
.TagClassName
{
border-color: #66536A;
}
</style>