Shades of Smoky #66636C
Tints of Smoky #66636C
RGB
CMYK
RGB Variations
Color information
#66636C (or 0x66636C) is known color: Smoky. HEX triplet: 66, 63 and 6C. RGB value is (102,99,108). Sum of RGB (Red+Green+Blue) = 102+99+108=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #66636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66636C is #999C93. Grayscale: #646464. Windows color (decimal): -10067092 or 7103334. OLE color: 7103334.
HSL color Cylindrical-coordinate representation of color #66636C: hue angle of 260º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66636C is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 99 | 108 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.58 |
| HSL | 260º | 0.04% | 0.41% | - |
| HSV(B) | 260º | 0.08% | 0.42% | - |
| XYZ | 12.65 | 12.83 | 16 | - |
| YUV | 100.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 108 | 0.06 | 0.08 | 0 | 0.58 | 260 | 0.04 | 0.41 |
| Hex | 66 | 63 | 6C | 6 | 8 | 0 | 3A | 104 | 4 | 29 |
| Octal | 146 | 143 | 154 | 6 | 10 | 0 | 72 | 404 | 4 | 51 |
| Binary | 1100110 | 1100011 | 1101100 | 110 | 1000 | 0 | 111010 | 100000100 | 100 | 101001 |
Color Harmonies of #66636C
Complementary color
Monochromatic Colors of #66636C
Black with #66636C
Text Example
Text Example
White with #66636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66636C; }
p { color: rgb(102,99,108); }
H1.HeaderClassName
{
color: #66636C;
}
.AnyTagClassName
{
color: #66636C;
}
</style>
background-color css
<style>
a { background-color: #66636C; }
a { background-color: rgb(102,99,108); }
div.DivClassName
{
background-color: #66636C;
}
.BgClassName
{
background-color: #66636C;
}
</style>
border-color css
<style>
span { border-color: #66636C; }
span { border-color: rgb(102,99,108); }
td.TdClassName
{
border-color: #66636C;
}
.TagClassName
{
border-color: #66636C;
}
</style>