Shades of Mid Grey #656B71
Tints of Mid Grey #656B71
RGB
CMYK
RGB Variations
Color information
#656B71 (or 0x656B71) is known color: Mid Grey. HEX triplet: 65, 6B and 71. RGB value is (101,107,113). Sum of RGB (Red+Green+Blue) = 101+107+113=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #656B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B71 is #9A948E. Grayscale: #696969. Windows color (decimal): -10130575 or 7433061. OLE color: 7433061.
HSL color Cylindrical-coordinate representation of color #656B71: hue angle of 210º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656B71 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 107 | 113 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.56 |
| HSL | 210º | 0.06% | 0.42% | - |
| HSV(B) | 210º | 0.11% | 0.44% | - |
| XYZ | 13.61 | 14.47 | 17.7 | - |
| YUV | 105.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 113 | 0.11 | 0.05 | 0 | 0.56 | 210 | 0.06 | 0.42 |
| Hex | 65 | 6B | 71 | B | 5 | 0 | 38 | D2 | 6 | 2A |
| Octal | 145 | 153 | 161 | 13 | 5 | 0 | 70 | 322 | 6 | 52 |
| Binary | 1100101 | 1101011 | 1110001 | 1011 | 101 | 0 | 111000 | 11010010 | 110 | 101010 |
Color Harmonies of #656B71
Complementary color
Monochromatic Colors of #656B71
Black with #656B71
Text Example
Text Example
White with #656B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B71; }
p { color: rgb(101,107,113); }
H1.HeaderClassName
{
color: #656B71;
}
.AnyTagClassName
{
color: #656B71;
}
</style>
background-color css
<style>
a { background-color: #656B71; }
a { background-color: rgb(101,107,113); }
div.DivClassName
{
background-color: #656B71;
}
.BgClassName
{
background-color: #656B71;
}
</style>
border-color css
<style>
span { border-color: #656B71; }
span { border-color: rgb(101,107,113); }
td.TdClassName
{
border-color: #656B71;
}
.TagClassName
{
border-color: #656B71;
}
</style>