Shades of Smoky #64616C
Tints of Smoky #64616C
RGB
CMYK
RGB Variations
Color information
#64616C (or 0x64616C) is known color: Smoky. HEX triplet: 64, 61 and 6C. RGB value is (100,97,108). Sum of RGB (Red+Green+Blue) = 100+97+108=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #64616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616C is #9B9E93. Grayscale: #636363. Windows color (decimal): -10198676 or 7102820. OLE color: 7102820.
HSL color Cylindrical-coordinate representation of color #64616C: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64616C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 97 | 108 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.58 |
| HSL | 256.36º | 0.05% | 0.4% | - |
| HSV(B) | 256.36º | 0.1% | 0.42% | - |
| XYZ | 12.24 | 12.34 | 15.92 | - |
| YUV | 99.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 108 | 0.07 | 0.10 | 0 | 0.58 | 256.36 | 0.05 | 0.4 |
| Hex | 64 | 61 | 6C | 7 | A | 0 | 3A | 100 | 5 | 28 |
| Octal | 144 | 141 | 154 | 7 | 12 | 0 | 72 | 400 | 5 | 50 |
| Binary | 1100100 | 1100001 | 1101100 | 111 | 1010 | 0 | 111010 | 100000000 | 101 | 101000 |
Color Harmonies of #64616C
Complementary color
Monochromatic Colors of #64616C
Black with #64616C
Text Example
Text Example
White with #64616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64616C; }
p { color: rgb(100,97,108); }
H1.HeaderClassName
{
color: #64616C;
}
.AnyTagClassName
{
color: #64616C;
}
</style>
background-color css
<style>
a { background-color: #64616C; }
a { background-color: rgb(100,97,108); }
div.DivClassName
{
background-color: #64616C;
}
.BgClassName
{
background-color: #64616C;
}
</style>
border-color css
<style>
span { border-color: #64616C; }
span { border-color: rgb(100,97,108); }
td.TdClassName
{
border-color: #64616C;
}
.TagClassName
{
border-color: #64616C;
}
</style>