Shades of Fedora #66536F
Tints of Fedora #66536F
RGB
CMYK
RGB Variations
Color information
#66536F (or 0x66536F) is known color: Fedora. HEX triplet: 66, 53 and 6F. RGB value is (102,83,111). Sum of RGB (Red+Green+Blue) = 102+83+111=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #66536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66536F is #99AC90. Grayscale: #5B5B5B. Windows color (decimal): -10071185 or 7295846. OLE color: 7295846.
HSL color Cylindrical-coordinate representation of color #66536F: hue angle of 280.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66536F is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 83 | 111 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.56 |
| HSL | 280.71º | 0.14% | 0.38% | - |
| HSV(B) | 280.71º | 0.25% | 0.44% | - |
| XYZ | 11.44 | 10.16 | 16.4 | - |
| YUV | 91.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 111 | 0.08 | 0.25 | 0 | 0.56 | 280.71 | 0.14 | 0.38 |
| Hex | 66 | 53 | 6F | 8 | 19 | 0 | 38 | 119 | E | 26 |
| Octal | 146 | 123 | 157 | 10 | 31 | 0 | 70 | 431 | 16 | 46 |
| Binary | 1100110 | 1010011 | 1101111 | 1000 | 11001 | 0 | 111000 | 100011001 | 1110 | 100110 |
Color Harmonies of #66536F
Complementary color
Monochromatic Colors of #66536F
Black with #66536F
Text Example
Text Example
White with #66536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66536F; }
p { color: rgb(102,83,111); }
H1.HeaderClassName
{
color: #66536F;
}
.AnyTagClassName
{
color: #66536F;
}
</style>
background-color css
<style>
a { background-color: #66536F; }
a { background-color: rgb(102,83,111); }
div.DivClassName
{
background-color: #66536F;
}
.BgClassName
{
background-color: #66536F;
}
</style>
border-color css
<style>
span { border-color: #66536F; }
span { border-color: rgb(102,83,111); }
td.TdClassName
{
border-color: #66536F;
}
.TagClassName
{
border-color: #66536F;
}
</style>