Shades of Smoky #666170
Tints of Smoky #666170
RGB
CMYK
RGB Variations
Color information
#666170 (or 0x666170) is known color: Smoky. HEX triplet: 66, 61 and 70. RGB value is (102,97,112). Sum of RGB (Red+Green+Blue) = 102+97+112=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #666170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666170 is #999E8F. Grayscale: #646464. Windows color (decimal): -10067600 or 7364966. OLE color: 7364966.
HSL color Cylindrical-coordinate representation of color #666170: hue angle of 260º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666170 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 97 | 112 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.56 |
| HSL | 260º | 0.07% | 0.41% | - |
| HSV(B) | 260º | 0.13% | 0.44% | - |
| XYZ | 12.68 | 12.54 | 17.08 | - |
| YUV | 100.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 112 | 0.09 | 0.13 | 0 | 0.56 | 260 | 0.07 | 0.41 |
| Hex | 66 | 61 | 70 | 9 | D | 0 | 38 | 104 | 7 | 29 |
| Octal | 146 | 141 | 160 | 11 | 15 | 0 | 70 | 404 | 7 | 51 |
| Binary | 1100110 | 1100001 | 1110000 | 1001 | 1101 | 0 | 111000 | 100000100 | 111 | 101001 |
Color Harmonies of #666170
Complementary color
Monochromatic Colors of #666170
Black with #666170
Text Example
Text Example
White with #666170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666170; }
p { color: rgb(102,97,112); }
H1.HeaderClassName
{
color: #666170;
}
.AnyTagClassName
{
color: #666170;
}
</style>
background-color css
<style>
a { background-color: #666170; }
a { background-color: rgb(102,97,112); }
div.DivClassName
{
background-color: #666170;
}
.BgClassName
{
background-color: #666170;
}
</style>
border-color css
<style>
span { border-color: #666170; }
span { border-color: rgb(102,97,112); }
td.TdClassName
{
border-color: #666170;
}
.TagClassName
{
border-color: #666170;
}
</style>