Shades of Smoky #655F71
Tints of Smoky #655F71
RGB
CMYK
RGB Variations
Color information
#655F71 (or 0x655F71) is known color: Smoky. HEX triplet: 65, 5F and 71. RGB value is (101,95,113). Sum of RGB (Red+Green+Blue) = 101+95+113=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #655F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F71 is #9AA08E. Grayscale: #626262. Windows color (decimal): -10133647 or 7429989. OLE color: 7429989.
HSL color Cylindrical-coordinate representation of color #655F71: hue angle of 260º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655F71 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 95 | 113 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.56 |
| HSL | 260º | 0.09% | 0.41% | - |
| HSV(B) | 260º | 0.16% | 0.44% | - |
| XYZ | 12.44 | 12.14 | 17.31 | - |
| YUV | 98.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 113 | 0.11 | 0.16 | 0 | 0.56 | 260 | 0.09 | 0.41 |
| Hex | 65 | 5F | 71 | B | 10 | 0 | 38 | 104 | 9 | 29 |
| Octal | 145 | 137 | 161 | 13 | 20 | 0 | 70 | 404 | 11 | 51 |
| Binary | 1100101 | 1011111 | 1110001 | 1011 | 10000 | 0 | 111000 | 100000100 | 1001 | 101001 |
Color Harmonies of #655F71
Complementary color
Monochromatic Colors of #655F71
Black with #655F71
Text Example
Text Example
White with #655F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F71; }
p { color: rgb(101,95,113); }
H1.HeaderClassName
{
color: #655F71;
}
.AnyTagClassName
{
color: #655F71;
}
</style>
background-color css
<style>
a { background-color: #655F71; }
a { background-color: rgb(101,95,113); }
div.DivClassName
{
background-color: #655F71;
}
.BgClassName
{
background-color: #655F71;
}
</style>
border-color css
<style>
span { border-color: #655F71; }
span { border-color: rgb(101,95,113); }
td.TdClassName
{
border-color: #655F71;
}
.TagClassName
{
border-color: #655F71;
}
</style>