Shades of Fedora #666167
Tints of Fedora #666167
RGB
CMYK
RGB Variations
Color information
#666167 (or 0x666167) is known color: Fedora. HEX triplet: 66, 61 and 67. RGB value is (102,97,103). Sum of RGB (Red+Green+Blue) = 102+97+103=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 103 - color contains mainly: blue. Hex color #666167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666167 is #999E98. Grayscale: #636363. Windows color (decimal): -10067609 or 6775142. OLE color: 6775142.
HSL color Cylindrical-coordinate representation of color #666167: hue angle of 290º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666167 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 97 | 103 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.60 |
| HSL | 290º | 0.03% | 0.39% | - |
| HSV(B) | 290º | 0.06% | 0.4% | - |
| XYZ | 12.2 | 12.35 | 14.57 | - |
| YUV | 99.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 103 | 0.01 | 0.06 | 0 | 0.60 | 290 | 0.03 | 0.39 |
| Hex | 66 | 61 | 67 | 1 | 6 | 0 | 3C | 122 | 3 | 27 |
| Octal | 146 | 141 | 147 | 1 | 6 | 0 | 74 | 442 | 3 | 47 |
| Binary | 1100110 | 1100001 | 1100111 | 1 | 110 | 0 | 111100 | 100100010 | 11 | 100111 |
Color Harmonies of #666167
Complementary color
Monochromatic Colors of #666167
Black with #666167
Text Example
Text Example
White with #666167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666167; }
p { color: rgb(102,97,103); }
H1.HeaderClassName
{
color: #666167;
}
.AnyTagClassName
{
color: #666167;
}
</style>
background-color css
<style>
a { background-color: #666167; }
a { background-color: rgb(102,97,103); }
div.DivClassName
{
background-color: #666167;
}
.BgClassName
{
background-color: #666167;
}
</style>
border-color css
<style>
span { border-color: #666167; }
span { border-color: rgb(102,97,103); }
td.TdClassName
{
border-color: #666167;
}
.TagClassName
{
border-color: #666167;
}
</style>