Shades of Smoky #65626E
Tints of Smoky #65626E
RGB
CMYK
RGB Variations
Color information
#65626E (or 0x65626E) is known color: Smoky. HEX triplet: 65, 62 and 6E. RGB value is (101,98,110). Sum of RGB (Red+Green+Blue) = 101+98+110=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #65626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65626E is #9A9D91. Grayscale: #646464. Windows color (decimal): -10132882 or 7234149. OLE color: 7234149.
HSL color Cylindrical-coordinate representation of color #65626E: hue angle of 255º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65626E is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 98 | 110 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.57 |
| HSL | 255º | 0.06% | 0.41% | - |
| HSV(B) | 255º | 0.11% | 0.43% | - |
| XYZ | 12.55 | 12.63 | 16.53 | - |
| YUV | 100.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 110 | 0.08 | 0.11 | 0 | 0.57 | 255 | 0.06 | 0.41 |
| Hex | 65 | 62 | 6E | 8 | B | 0 | 39 | FF | 6 | 29 |
| Octal | 145 | 142 | 156 | 10 | 13 | 0 | 71 | 377 | 6 | 51 |
| Binary | 1100101 | 1100010 | 1101110 | 1000 | 1011 | 0 | 111001 | 11111111 | 110 | 101001 |
Color Harmonies of #65626E
Complementary color
Monochromatic Colors of #65626E
Black with #65626E
Text Example
Text Example
White with #65626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65626E; }
p { color: rgb(101,98,110); }
H1.HeaderClassName
{
color: #65626E;
}
.AnyTagClassName
{
color: #65626E;
}
</style>
background-color css
<style>
a { background-color: #65626E; }
a { background-color: rgb(101,98,110); }
div.DivClassName
{
background-color: #65626E;
}
.BgClassName
{
background-color: #65626E;
}
</style>
border-color css
<style>
span { border-color: #65626E; }
span { border-color: rgb(101,98,110); }
td.TdClassName
{
border-color: #65626E;
}
.TagClassName
{
border-color: #65626E;
}
</style>