Shades of Mid Grey #656D73
Tints of Mid Grey #656D73
RGB
CMYK
RGB Variations
Color information
#656D73 (or 0x656D73) is known color: Mid Grey. HEX triplet: 65, 6D and 73. RGB value is (101,109,115). Sum of RGB (Red+Green+Blue) = 101+109+115=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #656D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D73 is #9A928C. Grayscale: #6B6B6B. Windows color (decimal): -10130061 or 7564645. OLE color: 7564645.
HSL color Cylindrical-coordinate representation of color #656D73: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656D73 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 109 | 115 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.55 |
| HSL | 205.71º | 0.06% | 0.42% | - |
| HSV(B) | 205.71º | 0.12% | 0.45% | - |
| XYZ | 13.93 | 14.94 | 18.37 | - |
| YUV | 107.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 115 | 0.12 | 0.05 | 0 | 0.55 | 205.71 | 0.06 | 0.42 |
| Hex | 65 | 6D | 73 | C | 5 | 0 | 37 | CE | 6 | 2A |
| Octal | 145 | 155 | 163 | 14 | 5 | 0 | 67 | 316 | 6 | 52 |
| Binary | 1100101 | 1101101 | 1110011 | 1100 | 101 | 0 | 110111 | 11001110 | 110 | 101010 |
Color Harmonies of #656D73
Complementary color
Monochromatic Colors of #656D73
Black with #656D73
Text Example
Text Example
White with #656D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D73; }
p { color: rgb(101,109,115); }
H1.HeaderClassName
{
color: #656D73;
}
.AnyTagClassName
{
color: #656D73;
}
</style>
background-color css
<style>
a { background-color: #656D73; }
a { background-color: rgb(101,109,115); }
div.DivClassName
{
background-color: #656D73;
}
.BgClassName
{
background-color: #656D73;
}
</style>
border-color css
<style>
span { border-color: #656D73; }
span { border-color: rgb(101,109,115); }
td.TdClassName
{
border-color: #656D73;
}
.TagClassName
{
border-color: #656D73;
}
</style>