Shades of Smoky #605F65
Tints of Smoky #605F65
RGB
CMYK
RGB Variations
Color information
#605F65 (or 0x605F65) is known color: Smoky. HEX triplet: 60, 5F and 65. RGB value is (96,95,101). Sum of RGB (Red+Green+Blue) = 96+95+101=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 101 - color contains mainly: blue. Hex color #605F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F65 is #9FA09A. Grayscale: #5F5F5F. Windows color (decimal): -10461339 or 6643552. OLE color: 6643552.
HSL color Cylindrical-coordinate representation of color #605F65: hue angle of 250º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605F65 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 95 | 101 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.60 |
| HSL | 250º | 0.03% | 0.38% | - |
| HSV(B) | 250º | 0.06% | 0.4% | - |
| XYZ | 11.27 | 11.61 | 13.96 | - |
| YUV | 95.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 101 | 0.05 | 0.06 | 0 | 0.60 | 250 | 0.03 | 0.38 |
| Hex | 60 | 5F | 65 | 5 | 6 | 0 | 3C | FA | 3 | 26 |
| Octal | 140 | 137 | 145 | 5 | 6 | 0 | 74 | 372 | 3 | 46 |
| Binary | 1100000 | 1011111 | 1100101 | 101 | 110 | 0 | 111100 | 11111010 | 11 | 100110 |
Color Harmonies of #605F65
Complementary color
Monochromatic Colors of #605F65
Black with #605F65
Text Example
Text Example
White with #605F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F65; }
p { color: rgb(96,95,101); }
H1.HeaderClassName
{
color: #605F65;
}
.AnyTagClassName
{
color: #605F65;
}
</style>
background-color css
<style>
a { background-color: #605F65; }
a { background-color: rgb(96,95,101); }
div.DivClassName
{
background-color: #605F65;
}
.BgClassName
{
background-color: #605F65;
}
</style>
border-color css
<style>
span { border-color: #605F65; }
span { border-color: rgb(96,95,101); }
td.TdClassName
{
border-color: #605F65;
}
.TagClassName
{
border-color: #605F65;
}
</style>