Shades of Smoky #676669
Tints of Smoky #676669
RGB
CMYK
RGB Variations
Color information
#676669 (or 0x676669) is known color: Smoky. HEX triplet: 67, 66 and 69. RGB value is (103,102,105). Sum of RGB (Red+Green+Blue) = 103+102+105=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 105 - color contains mainly: blue. Hex color #676669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676669 is #989996. Grayscale: #666666. Windows color (decimal): -10000791 or 6907495. OLE color: 6907495.
HSL color Cylindrical-coordinate representation of color #676669: hue angle of 260º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #676669 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 102 | 105 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.59 |
| HSL | 260º | 0.01% | 0.41% | - |
| HSV(B) | 260º | 0.03% | 0.41% | - |
| XYZ | 12.89 | 13.41 | 15.27 | - |
| YUV | 102.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 105 | 0.02 | 0.03 | 0 | 0.59 | 260 | 0.01 | 0.41 |
| Hex | 67 | 66 | 69 | 2 | 3 | 0 | 3B | 104 | 1 | 29 |
| Octal | 147 | 146 | 151 | 2 | 3 | 0 | 73 | 404 | 1 | 51 |
| Binary | 1100111 | 1100110 | 1101001 | 10 | 11 | 0 | 111011 | 100000100 | 1 | 101001 |
Color Harmonies of #676669
Complementary color
Monochromatic Colors of #676669
Black with #676669
Text Example
Text Example
White with #676669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676669; }
p { color: rgb(103,102,105); }
H1.HeaderClassName
{
color: #676669;
}
.AnyTagClassName
{
color: #676669;
}
</style>
background-color css
<style>
a { background-color: #676669; }
a { background-color: rgb(103,102,105); }
div.DivClassName
{
background-color: #676669;
}
.BgClassName
{
background-color: #676669;
}
</style>
border-color css
<style>
span { border-color: #676669; }
span { border-color: rgb(103,102,105); }
td.TdClassName
{
border-color: #676669;
}
.TagClassName
{
border-color: #676669;
}
</style>