Shades of Smoky #65616E
Tints of Smoky #65616E
RGB
CMYK
RGB Variations
Color information
#65616E (or 0x65616E) is known color: Smoky. HEX triplet: 65, 61 and 6E. RGB value is (101,97,110). Sum of RGB (Red+Green+Blue) = 101+97+110=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #65616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65616E is #9A9E91. Grayscale: #636363. Windows color (decimal): -10133138 or 7233893. OLE color: 7233893.
HSL color Cylindrical-coordinate representation of color #65616E: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65616E is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 97 | 110 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.57 |
| HSL | 258.46º | 0.06% | 0.41% | - |
| HSV(B) | 258.46º | 0.12% | 0.43% | - |
| XYZ | 12.46 | 12.44 | 16.5 | - |
| YUV | 99.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 110 | 0.08 | 0.12 | 0 | 0.57 | 258.46 | 0.06 | 0.41 |
| Hex | 65 | 61 | 6E | 8 | C | 0 | 39 | 102 | 6 | 29 |
| Octal | 145 | 141 | 156 | 10 | 14 | 0 | 71 | 402 | 6 | 51 |
| Binary | 1100101 | 1100001 | 1101110 | 1000 | 1100 | 0 | 111001 | 100000010 | 110 | 101001 |
Color Harmonies of #65616E
Complementary color
Monochromatic Colors of #65616E
Black with #65616E
Text Example
Text Example
White with #65616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65616E; }
p { color: rgb(101,97,110); }
H1.HeaderClassName
{
color: #65616E;
}
.AnyTagClassName
{
color: #65616E;
}
</style>
background-color css
<style>
a { background-color: #65616E; }
a { background-color: rgb(101,97,110); }
div.DivClassName
{
background-color: #65616E;
}
.BgClassName
{
background-color: #65616E;
}
</style>
border-color css
<style>
span { border-color: #65616E; }
span { border-color: rgb(101,97,110); }
td.TdClassName
{
border-color: #65616E;
}
.TagClassName
{
border-color: #65616E;
}
</style>